Skip to content

Commit

Permalink
Added docs
Browse files Browse the repository at this point in the history
  • Loading branch information
paales committed Jun 5, 2024
1 parent 336caba commit 53ee50c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/framework/theming.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,12 @@ width, borderRadius and margin. Performance-wise, font-size and line-height
should not be scaled with responsiveVal. To learn more, look into
[responsive font sizes](../framework/typography.md).
## Disabling darkmode or lightmode site wide
Remove light={lightTheme} or dark={darkTheme} from the
`<DarkLightModeThemeProvider />` in \_app.tsx to disable darkmode or lightmode
site wide.
## Next steps
- Learn about [icons](../framework/icons.md) in GraphCommerce
Expand Down

0 comments on commit 53ee50c

Please sign in to comment.