Skip to content

Commit

Permalink
Merge pull request #196 from Emurgo/fix-theme-color
Browse files Browse the repository at this point in the history
update table color
  • Loading branch information
stackchain authored Oct 29, 2024
2 parents dcfc459 + acb3d81 commit 329eb16
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 329eb16

Please sign in to comment.