Skip to content

Commit f0a530b

Browse files
authoredDec 6, 2024··
chore(Popover): Move Popover component css module feature flag to staff (#5391)
* Move Popover to staff * Create soft-fishes-tell.md
1 parent 2afdd5d commit f0a530b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎.changeset/soft-fishes-tell.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/react": patch
3+
---
4+
5+
Move Popover component css module feature flag to staff

‎packages/react/src/Popover/Popover.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ type StyledPopoverProps = {
3232
open?: boolean
3333
} & SxProp
3434

35-
const CSS_MODULES_FLAG = 'primer_react_css_modules_team'
35+
const CSS_MODULES_FLAG = 'primer_react_css_modules_staff'
3636

3737
const StyledPopover = styled.div.attrs<StyledPopoverProps>(({className, caret = 'top'}) => {
3838
return {

0 commit comments

Comments
 (0)
Please sign in to comment.