Skip to content

Commit

Permalink
update table color
Browse files Browse the repository at this point in the history
  • Loading branch information
SorinC6 committed Oct 29, 2024
1 parent d52aac6 commit acb3d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/LayoutRevamp.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const SBackground = styled('div')(({ isDark, isLight }) => ({
color: isDark && '#E1E6F5',
},
'& table': {
background: isDark && '#1F232E',
background: isDark && '#15171F',
},
}));

Expand Down

0 comments on commit acb3d81

Please sign in to comment.