Skip to content

Commit

Permalink
fix(ts-sdk): Update typography light theme line height (#4589)
Browse files Browse the repository at this point in the history
* fix(sdk): Update typograph light theme line height

* chore: add changeset

---------

Co-authored-by: evavirseda <[email protected]>
Co-authored-by: Begoña Alvarez <[email protected]>
  • Loading branch information
3 people authored Dec 23, 2024
1 parent 0ca0076 commit 04e84b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/warm-eagles-count.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@iota/dapp-kit': patch
---

Sync typography styling in both dark and light themes
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 04e84b1

Please sign in to comment.