Skip to content

Commit

Permalink
fix menu
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamwasp committed Mar 18, 2024
1 parent 6cf51d4 commit 7961f7b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Use the prop flat and set it to either "flat-top" or "flat-bottom". This allows
pattern: DiagonalADense,
percent: 33,
variant: 'yellow',
flat: 'flat-top'
flat: 'flat-top',
}}
>
{(args) => <ProgressBar {...args} />}
Expand All @@ -176,7 +176,7 @@ Use the prop flat and set it to either "flat-top" or "flat-bottom". This allows
pattern: DiagonalADense,
percent: 33,
variant: 'yellow',
flat: 'flat-bottom'
flat: 'flat-bottom',
}}
>
{(args) => <ProgressBar {...args} />}
Expand Down

0 comments on commit 7961f7b

Please sign in to comment.