Fix button styles

This commit is contained in:
Gregory Schier
2023-10-30 07:27:27 -07:00
parent 3b1e4f538d
commit 9d4f4bef5d
3 changed files with 5 additions and 2 deletions

View File

@@ -45,6 +45,7 @@ export const IconButton = forwardRef<HTMLButtonElement, Props>(function IconButt
disabled={icon === 'empty'}
tabIndex={tabIndex ?? icon === 'empty' ? -1 : undefined}
onClick={handleClick}
innerClassName="flex items-center justify-center"
className={classNames(
className,
'flex-shrink-0 text-gray-700 hover:text-gray-1000',