mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-24 12:03:01 -05:00
Removes font override in favour of Storybook parameter (#39988)
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -7,6 +7,7 @@ const meta = {
|
||||
component: ThemePlayground,
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
redesign: true,
|
||||
},
|
||||
} satisfies Meta<typeof ThemePlayground>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user