Skip to content

Commit

Permalink
correct name for css
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-figma committed May 22, 2024
1 parent b10c20b commit 05a8c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/TextArea/TextArea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
Label,
SharedFieldProps,
} from "ui/Fieldset/Fieldset";
import "./textarea.css";
import "./textArea.css";

export type SharedTextAreaProps = { isResizable?: boolean };

Expand Down

0 comments on commit 05a8c89

Please sign in to comment.