Removes font override in favour of Storybook parameter (#39988)

This commit is contained in:
Echo
2026-07-29 13:17:13 +02:00
committed by GitHub
parent 0b207fc056
commit b312d842e8
2 changed files with 1 additions and 4 deletions

View File

@@ -1,10 +1,6 @@
@use '@/styles/mastodon/mixins';
.wrapper {
// Override global body font variable because Storybook
// doesn't have the `data-redesign` html attribute
--font-body: Inter, sans-serif;
position: relative;
display: grid;
grid-template-columns: 250px 1fr;

View File

@@ -7,6 +7,7 @@ const meta = {
component: ThemePlayground,
parameters: {
layout: 'fullscreen',
redesign: true,
},
} satisfies Meta<typeof ThemePlayground>;