Skip to content

Commit

Permalink
Update dark-mode.md (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
chj-damon authored Mar 29, 2023
1 parent 1625812 commit 1d9a482
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions documentation/docs/guides/dark-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,15 @@ const theme = createTheme({
secondaryCardText: palette.black,
},
textVariants: {
defaults: {},
body: {
fontSize: 16,
lineHeight: 24,
color: 'mainForeground',
},
},
cardVariants: {
defaults: {},
primary: {
backgroundColor: 'primaryCardBackground',
shadowOpacity: 0.3,
Expand Down

0 comments on commit 1d9a482

Please sign in to comment.