diff --git a/.storybook/storybook.css b/.storybook/storybook.css index 17d744b..ffbe714 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 010b503..e11a125 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 => ({