We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 184e292 commit 20957b4Copy full SHA for 20957b4
.changeset/witty-rocks-talk.md
@@ -0,0 +1,5 @@
1
+---
2
+"@primer/react": patch
3
4
+
5
+Move ProgressBar component css module feature flag to staff
packages/react/src/ProgressBar/ProgressBar.tsx
@@ -21,7 +21,7 @@ const shimmer = keyframes`
21
to { mask-position: 0%; }
22
`
23
24
-const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_team'
+const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_staff'
25
26
const ProgressItem = toggleStyledComponent(
27
CSS_MODULES_FEATURE_FLAG,
0 commit comments