Skip to content

Commit f19f975

Browse files
committed
markeng-3696 update primary button color
1 parent db44877 commit f19f975

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

src/components/Header/HeaderStyles.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ a.button__sign-up {
692692
padding: 4px 12px !important;
693693
user-select: none;
694694
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};
696696
background-image: none;
697697
border: none;
698698
box-shadow: none;
@@ -706,7 +706,7 @@ a.button__sign-up {
706706
707707
&:hover,
708708
&:active {
709-
background-color: ${(props) => props.theme.colororange_60};
709+
background-color: ${(props) => props.theme.colororange_55};
710710
text-decoration: none;
711711
}
712712

styles/theme.jsx

+4-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ export const theme = {
3232
orange_90: '#553326',
3333
orange_80: '#A12700',
3434
orange_70: '#D23F0E',
35-
orange_60: '#E05320',
35+
orange_65: "#E0531F",
36+
orange_60: "#E05320",
37+
orange_55: "#FF6C37",
38+
orange_50: '#FF6C37',
3639
orange_50: '#FF6C37',
3740
orange_40: '#FF8E64',
3841
orange_30: '#FFB091',

0 commit comments

Comments
 (0)