File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,17 +30,17 @@ const MainButton = styled.button`
30
30
${ flexCenter }
31
31
font-size: 18px;
32
32
border: none;
33
- background-color: ${ ( { theme } ) => theme . secondaryButtonBackgroundColor } ;
34
- color: ${ ( { theme } ) => theme . secondaryButtonLabelColor } ;
35
- border: 1px solid ${ ( { theme } ) => theme . borderColor } ;
33
+ background-color: ${ ( { theme } ) => theme . teamSwitcherBackgroundColor } ;
34
+ border: 1px solid ${ ( { theme } ) => theme . teamSwitcherBorderColor } ;
35
+ color: ${ ( { theme } ) => theme . teamSwitcherTextColor } ;
36
36
font-size: 13px;
37
37
38
38
&:hover,
39
39
&:active,
40
40
&.active {
41
41
cursor: pointer;
42
- color: ${ ( { theme } ) => theme . secondaryButtonHoverLabelColor } ;
43
- background- color: ${ ( { theme } ) => theme . primaryColor } ;
42
+ background- color: ${ ( { theme } ) => theme . teamSwitcherHoverBackgroundColor } ;
43
+ color: ${ ( { theme } ) => theme . teamSwitcherHoverTextColor } ;
44
44
}
45
45
46
46
&:disabled {
You can’t perform that action at this time.
0 commit comments