From 04e84b1d89cf0e77f60647f06d031ddc96ae146c Mon Sep 17 00:00:00 2001 From: Marc Espin Date: Mon, 23 Dec 2024 10:15:03 +0100 Subject: [PATCH] fix(ts-sdk): Update typography light theme line height (#4589) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(sdk): Update typograph light theme line height * chore: add changeset --------- Co-authored-by: evavirseda Co-authored-by: BegoƱa Alvarez --- .changeset/warm-eagles-count.md | 5 +++++ sdk/dapp-kit/src/themes/lightTheme.ts | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .changeset/warm-eagles-count.md 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',