Fix text alignent for button

This commit is contained in:
araemer 2025-10-25 21:22:47 +02:00
parent ca7851939f
commit 3e0a4ec38b

View file

@ -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}