Tiny UI tweaks
This commit is contained in:
parent
55f3b23eed
commit
ee307c11c5
8 changed files with 14 additions and 14 deletions
|
|
@ -25,7 +25,7 @@ export const Button: React.FC<{
|
|||
e.preventDefault();
|
||||
onClick();
|
||||
}}
|
||||
className={`inline-flex items-center gap-1 border rounded-lg disabled:cursor-not-allowed px-2 py-1 transition-colors duration-300 dark:border-slate-700 ${variantClassNames} ${className}`}
|
||||
className={`inline-flex items-center gap-1 border rounded-lg disabled:cursor-not-allowed px-2 py-1 dark:border-slate-700 ${variantClassNames} ${className}`}
|
||||
>
|
||||
{children}
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue