Improve selection color of datatable
Summary: DataTable selected rows are a bit hard to spot when changing search, scrolling etc, so give them a bit more prominent background Changelog: DataTable: more pronounced background color for selections Reviewed By: aigoncharov Differential Revision: D36736495 fbshipit-source-id: 2cab9eb99594ffaaccdd9ebe0d922691adb27bdc
This commit is contained in:
committed by
Facebook GitHub Bot
parent
2f2a101094
commit
fd3f6a0435
@@ -52,6 +52,7 @@
|
||||
--flipper-disabled-color: @disabled-color;
|
||||
--flipper-background-default: @background-default;
|
||||
--flipper-background-wash: @background-wash;
|
||||
--flipper-primary-background-wash: mix(@primary-color, @background-default, 25%);
|
||||
--flipper-button-default-background: @button-default-background;
|
||||
--flipper-background-transparent-hover: @background-transparent-hover;
|
||||
--flipper-divider-color: @divider-color;
|
||||
|
||||
Reference in New Issue
Block a user