Skip to content

Commit

Permalink
fix(admin-ui): target html tag for table colum styles #1472
Browse files Browse the repository at this point in the history
Signed-off-by: Jeet Viramgama <jviramgama5@gmail.com>
  • Loading branch information
jv18creator committed Nov 24, 2023
1 parent 3fcc963 commit 3efaa21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin-ui/app/routes/Dashboards/Chart/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
display: none;
}

th .css-1qgma8u-MuiButtonBase-root-MuiTableSortLabel-root.Mui-active, th .css-1qgma8u-MuiButtonBase-root-MuiTableSortLabel-root.Mui-active > svg {
table > thead > tr > th .Mui-active, table > thead > tr > th .Mui-active > svg {
color: #fff !important;
}

0 comments on commit 3efaa21

Please sign in to comment.