Fix text alignent for button
This commit is contained in:
parent
ca7851939f
commit
3e0a4ec38b
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ export default function Button({
|
||||||
disabled={disabled}
|
disabled={disabled}
|
||||||
{...props}
|
{...props}
|
||||||
>
|
>
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center justify-center gap-2">
|
||||||
{Icon && (
|
{Icon && (
|
||||||
<Icon
|
<Icon
|
||||||
size={defaultIconSize}
|
size={defaultIconSize}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue