Skip to content

Commit

Permalink
feat: give text-area an outline in add slur form (#550)
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 25, 2024
1 parent ff151ef commit eefd281
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 eefd281

Please sign in to comment.