Skip to content

Commit 20957b4

Browse files
authored
chore(ProgressBar): Move ProgressBar component css module feature flag to staff (#5390)
* Move ProgressBar to staff * Create witty-rocks-talk.md
1 parent 184e292 commit 20957b4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/witty-rocks-talk.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const shimmer = keyframes`
2121
to { mask-position: 0%; }
2222
`
2323

24-
const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_team'
24+
const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_staff'
2525

2626
const ProgressItem = toggleStyledComponent(
2727
CSS_MODULES_FEATURE_FLAG,

0 commit comments

Comments
 (0)