mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-01-06 16:04:23 +01:00
ally: disable btns styling, auto focus forms fields
This commit is contained in:
@@ -112,6 +112,7 @@ export default function Button({ color = 'white',
|
||||
type='button'
|
||||
className={`${classes} ${className}`}
|
||||
onClick={() => handleClick()}
|
||||
disabled={disabled}
|
||||
{...props}
|
||||
>
|
||||
{/* {isLoading ? <Loading color={loadingColor[color]} /> : children} */}
|
||||
|
||||
Reference in New Issue
Block a user