Skip to content

Commit

Permalink
chore: oppdater storybook preview med nytt accent navn
Browse files Browse the repository at this point in the history
  • Loading branch information
dagfrode committed Jan 21, 2025
1 parent 84e0c3d commit 88388c4
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 @@ -65,7 +65,7 @@ const preview: Preview = {
)}
{(scheme === 'both' || scheme === 'light') &&
(accent === 'both' || accent === 'accent') && (
<div className="ffe-docs-content-container accent">
<div className="ffe-docs-content-container ffe-accent-mode">
<Story />
</div>
)}
Expand All @@ -77,7 +77,7 @@ const preview: Preview = {
)}
{(scheme === 'both' || scheme === 'dark') &&
(accent === 'both' || accent === 'accent') && (
<div className="ffe-docs-content-container dark-mode regard-color-scheme-preference accent">
<div className="ffe-docs-content-container dark-mode regard-color-scheme-preference ffe-accent-mode">
<Story />
</div>
)}
Expand Down

0 comments on commit 88388c4

Please sign in to comment.