From 7961f7b34aa528f405717d3df42bd480800795c8 Mon Sep 17 00:00:00 2001 From: dreamwasp Date: Mon, 18 Mar 2024 12:24:48 -0400 Subject: [PATCH] fix menu --- .../styleguide/stories/Atoms/ProgressBar/index.stories.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/styleguide/stories/Atoms/ProgressBar/index.stories.mdx b/packages/styleguide/stories/Atoms/ProgressBar/index.stories.mdx index 0eeb40c92c..519f58df1c 100644 --- a/packages/styleguide/stories/Atoms/ProgressBar/index.stories.mdx +++ b/packages/styleguide/stories/Atoms/ProgressBar/index.stories.mdx @@ -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) => } @@ -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) => }