Skip to content

Commit

Permalink
chore(Dialog): Move Dialog component css module feature flag to staff (
Browse files Browse the repository at this point in the history
…#5394)

* Move Dialog to staff

* Create few-elephants-double.md
  • Loading branch information
jonrohan authored Dec 9, 2024
1 parent 64bb31b commit 1a51288
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/few-elephants-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/react": patch
---

Move Dialog component css module feature flag to staff
2 changes: 1 addition & 1 deletion packages/react/src/Dialog/Dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export interface DialogHeaderProps extends DialogProps {
dialogDescriptionId: string
}

const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_team'
const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_staff'

const Backdrop = toggleStyledComponent(
CSS_MODULES_FEATURE_FLAG,
Expand Down

0 comments on commit 1a51288

Please sign in to comment.