Skip to content

Commit

Permalink
fix(component-overview): fix darkmode bug i wave eksempel
Browse files Browse the repository at this point in the history
  • Loading branch information
HeleneKassandra committed Oct 3, 2023
1 parent fcfb33c commit 842427a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions component-overview/examples/waves/wave-layout-example.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {PrimaryButton} from '@sb1/ffe-buttons-react';
</Paragraph>
</GridCol>
</GridRow>
<Wave color='vann-30' flip="true" darkmodeColor='natt' bgColor='frost-30'/>
<Wave color='vann-30' flip="true" darkmodeColor='natt' bgColor='frost-30' bgDarkmodeColor='svart'/>
</Grid>
<Grid>
<GridRow background='frost-30'>
Expand Down Expand Up @@ -51,7 +51,7 @@ import {PrimaryButton} from '@sb1/ffe-buttons-react';
</GridCol>
</GridRow>
</Grid>
<Wave color='fjell' darkmodeColor='natt' bgColor='frost-30'>
<Wave color='fjell' darkmodeColor='natt' bgColor='frost-30' bgDarkmodeColor='svart'>
<Grid>
<GridRow>
<GridCol sm={{ cols: 5, offset: 2 }}>Litt innhold</GridCol>
Expand Down

0 comments on commit 842427a

Please sign in to comment.