Skip to content

Commit 7c0550b

Browse files
committed
text center ButtonDropdown
1 parent c9d8419 commit 7c0550b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ButtonDropdown.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const ButtonDropdown = ({ list, className }: ButtonDropdownProps) => {
7272
return (
7373
<DropdownMenuItem
7474
key={item.text}
75-
className="justify-center"
75+
className="justify-center text-center"
7676
onClick={() => handleClick(item, idx)}
7777
asChild
7878
>
@@ -89,7 +89,7 @@ const ButtonDropdown = ({ list, className }: ButtonDropdownProps) => {
8989
return (
9090
<DropdownMenuItem
9191
key={item.text}
92-
className="justify-center"
92+
className="justify-center text-center"
9393
onClick={() => handleClick(item, idx)}
9494
>
9595
<span>{text}</span>

0 commit comments

Comments
 (0)