File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,11 +27,10 @@ export const NavLinkStyled = styled(NavLink)`
2727
2828 :hover:not(.active),
2929 :focus-visible:not(.active) {
30- /* background-color: ${ props => props . theme . colors . hoverButton } ; */
30+ background-color: ${ props => props . theme . colors . hoverOrange } ;
3131
32- color: ${ props =>
33- props . primary ? props . theme . colors . black : props . theme . colors . hoverButton } ;
34- border-color: ${ props => props . theme . colors . hoverButton } ;
32+ color: ${ props => props . theme . colors . white } ;
33+ border-color: ${ props => props . theme . colors . hoverOrange } ;
3534 }
3635
3736 @media (min-width: 768px) {
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ export const theme = {
3333 femaleColor : '#FF8787' ,
3434 hoverButton : ' #FF6101' ,
3535 notFoundPage : '#f5ece4' ,
36+ hoverOrange : '#ff7e2f' ,
3637 } ,
3738
3839 //border-radius
You can’t perform that action at this time.
0 commit comments