Skip to content

Commit

Permalink
docs(lp): 💄 Change buttons primary color
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Mar 17, 2022
1 parent 37b7ca3 commit 76a8bcf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions apps/landing-page/lib/chakraTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion apps/landing-page/public/typebots/lead-gen-lp.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 76a8bcf

Please sign in to comment.