2
0

docs(lp): 💄 Change buttons primary color

This commit is contained in:
Baptiste Arnaud
2022-03-17 14:37:00 +01:00
parent 37b7ca32e9
commit 76a8bcfbae
2 changed files with 11 additions and 1 deletions

View File

@ -51,6 +51,16 @@ const components = {
defaultProps: {
colorScheme: 'blue',
},
variants: {
solid: () => ({
bg: 'blue.400',
color: 'white',
shadow: 'inset 0 1px 0 0 rgb(255 255 255/.2)',
_hover: {
bg: 'blue.300',
},
}),
},
},
NumberInput: {
defaultProps: {