Skip to content

Commit

Permalink
Merge pull request #1744 from SpareBank1/fix-feedback-color-example
Browse files Browse the repository at this point in the history
fix(component-overview): legg til manglende darkmode farge
  • Loading branch information
HeleneKassandra authored Jan 4, 2024
2 parents ccaae66 + db6be8b commit d5363d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component-overview/examples/feedback/Feedback-in-wave.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Grid, GridCol, GridRow } from '@sb1/ffe-grid-react';
<>
<Wave color="frost-30" darkmodeColor="natt" />
<Grid>
<GridRow background="frost-30" >
<GridRow background="frost-30" backgroundDark='natt' >
<GridCol sm={{cols: 12}} >
<Feedback
language="nb"
Expand Down

0 comments on commit d5363d7

Please sign in to comment.