docs(lp): 💄 Change buttons primary color
This commit is contained in:
@ -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: {
|
||||
|
@ -335,7 +335,7 @@
|
||||
"backgroundColor": "#1e293b",
|
||||
"placeholderColor": "#9095A0"
|
||||
},
|
||||
"buttons": { "color": "#303235", "backgroundColor": "#7ea6ff" },
|
||||
"buttons": { "color": "#ffffff", "backgroundColor": "#1a5fff" },
|
||||
"hostBubbles": { "color": "#ffffff", "backgroundColor": "#1e293b" },
|
||||
"guestBubbles": { "color": "#FFFFFF", "backgroundColor": "#FF8E21" },
|
||||
"hostAvatar": {
|
||||
|
Reference in New Issue
Block a user