修复按钮样式
This commit is contained in:
@@ -9,7 +9,7 @@ interface ButtonProps extends ButtonHTMLAttributes<HTMLButtonElement>, PropsWith
|
||||
export const Button = ({ className = '', children, ...rest }: ButtonProps) => (
|
||||
<button
|
||||
className={cls(
|
||||
'inline-flex items-center gap-2 px-4 py-2 rounded-2xl border text-sm bg-white hover:bg-gray-50 transition-colors',
|
||||
'inline-flex items-center gap-2 px-4 py-2 rounded-2xl border text-sm transition-colors',
|
||||
className,
|
||||
)}
|
||||
{...rest}
|
||||
|
||||
Reference in New Issue
Block a user