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: { defaultProps: {
colorScheme: 'blue', 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: { NumberInput: {
defaultProps: { defaultProps: {

View File

@ -335,7 +335,7 @@
"backgroundColor": "#1e293b", "backgroundColor": "#1e293b",
"placeholderColor": "#9095A0" "placeholderColor": "#9095A0"
}, },
"buttons": { "color": "#303235", "backgroundColor": "#7ea6ff" }, "buttons": { "color": "#ffffff", "backgroundColor": "#1a5fff" },
"hostBubbles": { "color": "#ffffff", "backgroundColor": "#1e293b" }, "hostBubbles": { "color": "#ffffff", "backgroundColor": "#1e293b" },
"guestBubbles": { "color": "#FFFFFF", "backgroundColor": "#FF8E21" }, "guestBubbles": { "color": "#FFFFFF", "backgroundColor": "#FF8E21" },
"hostAvatar": { "hostAvatar": {