File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -692,7 +692,7 @@ a.button__sign-up {
692
692
padding: 4px 12px !important;
693
693
user-select: none;
694
694
color: ${ ( props ) => props . theme . colors . grey_00 } ;
695
- background-color: ${ ( props ) => props . theme . colors . orange_50 } ;
695
+ background-color: ${ ( props ) => props . theme . colors . orange_65 } ;
696
696
background-image: none;
697
697
border: none;
698
698
box-shadow: none;
@@ -706,7 +706,7 @@ a.button__sign-up {
706
706
707
707
&:hover,
708
708
&:active {
709
- background-color: ${ ( props ) => props . theme . colororange_60 } ;
709
+ background-color: ${ ( props ) => props . theme . colororange_55 } ;
710
710
text-decoration: none;
711
711
}
712
712
Original file line number Diff line number Diff line change @@ -32,7 +32,10 @@ export const theme = {
32
32
orange_90 : '#553326' ,
33
33
orange_80 : '#A12700' ,
34
34
orange_70 : '#D23F0E' ,
35
- orange_60 : '#E05320' ,
35
+ orange_65 : "#E0531F" ,
36
+ orange_60 : "#E05320" ,
37
+ orange_55 : "#FF6C37" ,
38
+ orange_50 : '#FF6C37' ,
36
39
orange_50 : '#FF6C37' ,
37
40
orange_40 : '#FF8E64' ,
38
41
orange_30 : '#FFB091' ,
You can’t perform that action at this time.
0 commit comments