Skip to content

Commit

Permalink
fix(sdk): Update typograph light theme line height
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Dec 20, 2024
1 parent 37fdde5 commit 276c012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/dapp-kit/src/themes/lightTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ export const lightTheme: ThemeVars = {
fontFamily:
'ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"',
fontStyle: 'normal',
lineHeight: '1.3',
letterSpacing: '1',
lineHeight: '24px',
letterSpacing: '0.1px',
},
spacing: {
xxsmall: '4px',
Expand Down

0 comments on commit 276c012

Please sign in to comment.