Skip to content

Commit

Permalink
fix: remove root font-size from stitches.config.ts so browser font si…
Browse files Browse the repository at this point in the history
…ze changes work [SRED-125] (#390)
  • Loading branch information
hs4man21 authored May 24, 2023
1 parent 131cb18 commit c432767
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/theme/src/stitches.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ export const darkTheme = createTheme(`${prefix}-dark`, {
export const globalStyles = globalCss({
":root": {
"--base": `${tokens.base}`,
fontSize: `${tokens.base}`,
lineHeight: "$meta",
},
"*": {
Expand Down

0 comments on commit c432767

Please sign in to comment.