Skip to content

Commit 64bb31b

Browse files
authoredDec 9, 2024
chore(Textarea): Move Textarea component css module feature flag to staff (#5396)
* Move Textarea to staff * Create soft-owls-flash.md
1 parent 2fbdd3b commit 64bb31b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎.changeset/soft-owls-flash.md

+5
Original file line numberDiff line numberDiff line change
@@ -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

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export type TextareaProps = {
4242
} & TextareaHTMLAttributes<HTMLTextAreaElement> &
4343
SxProp
4444

45-
const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_team'
45+
const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_staff'
4646

4747
const StyledTextarea = toggleStyledComponent(
4848
CSS_MODULES_FEATURE_FLAG,

0 commit comments

Comments
 (0)