style: move input click style to central place (#532)

Co-authored-by: doprz <52579214+doprz@users.noreply.github.com>
This commit is contained in:
Samuel Gunter
2025-03-05 14:05:34 -06:00
committed by GitHub
parent 195d3a219a
commit 008cb40cb8
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ export default function FileUpload({
} satisfies React.CSSProperties
}
className={clsx(
'btn has-enabled:active:scale-96',
'btn',
{
'text-white! bg-opacity-100 hover:enabled:shadow-md active:enabled:shadow-sm shadow-black/20':
variant === 'filled',