From 276c01214c2ddff9ed68f9a367bd024a54f379b4 Mon Sep 17 00:00:00 2001 From: marc2332 Date: Fri, 20 Dec 2024 15:21:50 +0100 Subject: [PATCH 1/2] fix(sdk): Update typograph light theme line height --- sdk/dapp-kit/src/themes/lightTheme.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', From b65b8425149c53d076ea2f77ba35c0011f0d0f4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bego=C3=B1a=20Alvarez?= Date: Mon, 23 Dec 2024 09:59:02 +0100 Subject: [PATCH 2/2] chore: add changeset --- .changeset/warm-eagles-count.md | 5 +++++ 1 file changed, 5 insertions(+) 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