Skip to content

Commit

Permalink
chore: fix text styrling in storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
dagfrode committed Feb 21, 2025
1 parent c5ef203 commit 4709eeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const preview: Preview = {
const { scheme, accent } = context.globals;

return (
<>
<div className="ffe-body-text">
{(scheme === 'both' || scheme === 'light') &&
(accent === 'both' || accent === 'default') && (
<div className="ffe-docs-content-container ">
Expand All @@ -82,7 +82,7 @@ const preview: Preview = {
<Story />
</div>
)}
</>
</div>
);
},
],
Expand Down

0 comments on commit 4709eeb

Please sign in to comment.