From 0151a4d3142dd024ca1d53a9b4fcaec407d842be Mon Sep 17 00:00:00 2001 From: Zohar Manor-Abel Date: Wed, 10 Jun 2026 12:16:23 +0100 Subject: [PATCH] DS Theme minor issues: Fix H1, tab height --- .storybook/storybook.css | 2 +- src/themes/DiamondDSTheme.ts | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.storybook/storybook.css b/.storybook/storybook.css index 17d744b3..ffbe7148 100644 --- a/.storybook/storybook.css +++ b/.storybook/storybook.css @@ -47,7 +47,7 @@ body .sbdocs { /* Headings use Outfit or Inter */ .sbdocs h1.sbdocs-title, -.sbdocs.sbdocs-content h1 :not(.sbdocs-preview) { +.sbdocs.sbdocs-content h1:not(.MuiTypography-root) { font-family: var(--sb-ds-font-heading); } diff --git a/src/themes/DiamondDSTheme.ts b/src/themes/DiamondDSTheme.ts index 010b5037..e11a1259 100644 --- a/src/themes/DiamondDSTheme.ts +++ b/src/themes/DiamondDSTheme.ts @@ -1161,6 +1161,14 @@ const DiamondDSTheme = extendTheme({ }, }, + MuiTabs: { + styleOverrides: { + root: { + minHeight: 44, + }, + }, + }, + MuiTab: { styleOverrides: { root: ({ theme }: OverrideArgs): CSSObject => ({