fix button text alignment

This commit is contained in:
saml33 2023-10-06 13:21:35 +11:00
parent 6ddfed5c60
commit 851a366171
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ const Button: FunctionComponent<ButtonCombinedProps> = ({
{...props} {...props}
> >
<span <span
className={`flex ${ className={`flex items-center justify-center ${
themeData.buttonStyle === 'raised' themeData.buttonStyle === 'raised'
? 'group-hover:mt-1 group-active:mt-2' ? 'group-hover:mt-1 group-active:mt-2'
: '' : ''