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 bdf4e72 commit bf3b9cdCopy full SHA for bf3b9cd
packages/react/src/Textarea/Textarea.tsx
@@ -3,7 +3,7 @@ import React from 'react'
3
import {TextInputBaseWrapper} from '../internal/components/TextInputWrapper'
4
import type {FormValidationStatus} from '../utils/types/FormValidationStatus'
5
import type {SxProp} from '../sx'
6
-import classes from './TextArea.module.css'
+import classes from './Textarea.module.css'
7
8
export const DEFAULT_TEXTAREA_ROWS = 7
9
export const DEFAULT_TEXTAREA_COLS = 30
0 commit comments