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 9cea3df commit 177eadcCopy full SHA for 177eadc
.changeset/kind-phones-drop.md
@@ -0,0 +1,5 @@
1
+---
2
+"@primer/react": patch
3
4
+
5
+Move Select component css module feature flag to ga
packages/react/src/Select/Select.tsx
@@ -16,7 +16,7 @@ export type SelectProps = Omit<
16
placeholder?: string
17
}
18
19
-const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_staff'
+const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_ga'
20
21
const arrowRightOffset = '4px'
22
0 commit comments