Skip to content

Commit

Permalink
Fixed issue with Shown Columns title color on dark mode (#386)
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Perez <[email protected]>
  • Loading branch information
bexsoft authored Jun 22, 2023
1 parent 02cef63 commit caccbbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/DataTable/ColumnsSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ const SelectorBox = styled.div<ColumnSelectorConstructProps>(
lightColors.borderColor
)}`,
marginBottom: 5,
color: get(theme, "fontColor", lightColors.defaultFontColor),
},
"& .columnsSelectorContainer": {
display: "flex",
Expand Down

0 comments on commit caccbbd

Please sign in to comment.