Skip to content

Commit

Permalink
fix(admin-ui): need to change the font color for Enabled header in th…
Browse files Browse the repository at this point in the history
…e scripts grid #1472

Signed-off-by: Jeet Viramgama <jviramgama5@gmail.com>
  • Loading branch information
jv18creator committed Nov 24, 2023
1 parent e7c59f9 commit 3fcc963
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions admin-ui/app/routes/Dashboards/Chart/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.recharts-legend-wrapper {
display: none;
}

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

0 comments on commit 3fcc963

Please sign in to comment.