add reset button
This commit is contained in:
@@ -50,7 +50,7 @@ export default function Button(props: ButtonProps) {
|
||||
}}
|
||||
tabIndex={-1}
|
||||
className={[
|
||||
'inline-flex py-3 px-5 rounded-md cursor-pointer',
|
||||
'inline-flex py-3 px-3 rounded-md cursor-pointer',
|
||||
children ? 'space-x-3' : '',
|
||||
background,
|
||||
disabled ? 'pointer-events-none opacity-50' : '',
|
||||
|
||||
Reference in New Issue
Block a user