diff --git a/.changeset/warm-eagles-count.md b/.changeset/warm-eagles-count.md new file mode 100644 index 00000000000..df5473a9fc4 --- /dev/null +++ b/.changeset/warm-eagles-count.md @@ -0,0 +1,5 @@ +--- +'@iota/dapp-kit': patch +--- + +Sync typography styling in both dark and light themes diff --git a/sdk/dapp-kit/src/themes/lightTheme.ts b/sdk/dapp-kit/src/themes/lightTheme.ts index d4ad346b400..26b302b73fb 100644 --- a/sdk/dapp-kit/src/themes/lightTheme.ts +++ b/sdk/dapp-kit/src/themes/lightTheme.ts @@ -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',