Skip to content

Commit

Permalink
Merge pull request #1989 from SpareBank1/develop_fix-wave
Browse files Browse the repository at this point in the history
fix(ffe-core-react): className in Wave should be optional
  • Loading branch information
pethel authored May 8, 2024
2 parents 6b8bc6e + 729c7f4 commit d94368e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ffe-core-react/src/Wave.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type ColorDarkMode = 'svart' | 'natt';

export interface WaveProps {
/** Adds additional class */
className: string;
className?: string;
/** Sets the mask-position property, setting a px/rem value will move the starting position of the wave */
position?: string;
/** Rotate the wave 180 degrees :*/
Expand Down

0 comments on commit d94368e

Please sign in to comment.