We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fbdd3b commit 64bb31bCopy full SHA for 64bb31b
.changeset/soft-owls-flash.md
@@ -0,0 +1,5 @@
1
+---
2
+"@primer/react": patch
3
4
+
5
+Move Textarea component css module feature flag to staff
packages/react/src/Textarea/Textarea.tsx
@@ -42,7 +42,7 @@ export type TextareaProps = {
42
} & TextareaHTMLAttributes<HTMLTextAreaElement> &
43
SxProp
44
45
-const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_team'
+const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_staff'
46
47
const StyledTextarea = toggleStyledComponent(
48
CSS_MODULES_FEATURE_FLAG,
0 commit comments