Skip to content

Commit

Permalink
feat: give text-area an outline and restrict resizing
Browse files Browse the repository at this point in the history
Signed-off-by: Snehil Shah <[email protected]>
  • Loading branch information
Snehil-Shah committed Apr 24, 2024
1 parent cd3a221 commit f3dd033
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ export function SlurCreate() {
<TextArea
id="slur-form-label-meaning"
name="labelMeaning"
focusIndicator="true"
resize="vertical"
/>
</FormField>

Expand Down

0 comments on commit f3dd033

Please sign in to comment.