Skip to content

Commit bf3b9cd

Browse files
committed
refactor: update name of module.css
1 parent bdf4e72 commit bf3b9cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/Textarea/Textarea.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React from 'react'
33
import {TextInputBaseWrapper} from '../internal/components/TextInputWrapper'
44
import type {FormValidationStatus} from '../utils/types/FormValidationStatus'
55
import type {SxProp} from '../sx'
6-
import classes from './TextArea.module.css'
6+
import classes from './Textarea.module.css'
77

88
export const DEFAULT_TEXTAREA_ROWS = 7
99
export const DEFAULT_TEXTAREA_COLS = 30

0 commit comments

Comments
 (0)