Skip to content

Commit

Permalink
add: edit text have border
Browse files Browse the repository at this point in the history
  • Loading branch information
TeeGoood committed May 16, 2024
1 parent e42b3ed commit 53fe80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Admin/Pets/Add/EditName.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const EditName = (props: EditNameProps) => {
<TextareaAutosize
value={props.value}
onChange={handleOnChange}
className={`flex w-full resize-none text-wrap break-words rounded-lg p-2 text-right text-3xl font-bold text-primary focus:outline-accent-gray-variant lg:text-left ${
className={`flex w-full resize-none text-wrap break-words rounded-lg p-2 text-right text-3xl font-bold text-primary border-2 focus:outline-accent-gray-variant lg:text-left ${

Check failure on line 78 in src/components/Admin/Pets/Add/EditName.tsx

View workflow job for this annotation

GitHub Actions / lint

Replace `p-2·text-right·text-3xl·font-bold·text-primary·border-2` with `border-2·p-2·text-right·text-3xl·font-bold·text-primary`
enableEdit ? "visible" : "hidden"
}`}
disabled={!enableEdit}
Expand Down

0 comments on commit 53fe80f

Please sign in to comment.