Skip to content

Commit

Permalink
do and dont always light
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsnes committed Jun 7, 2024
1 parent e661829 commit c893a5e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/storybook/docs-components/DoAndDont/DoAndDont.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ const Wrapper = ({ variant, description, image, alt }: WrapperProps) => {
const heading = variant === 'do' ? 'Gjør' : 'Unngå';

return (
<figure className={cl(styles.wrapper, styles[variant])}>
<figure
className={cl(styles.wrapper, styles[variant])}
data-ds-color-mode='light'
>
<div className={styles.header}>
<div className={styles.icon}>{icon}</div>
<Heading
Expand Down

0 comments on commit c893a5e

Please sign in to comment.