Adjustment to Theme Selector on Mobile
This commit is contained in:
parent
bb1520afc9
commit
71c4f7900d
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ export const ThemeDropDownButtonMobile = styled(ThemeDropDownButton)`
|
||||||
|
|
||||||
export const ThemeDropDownOptionsMobile = styled(ThemeDropDownOptions)`
|
export const ThemeDropDownOptionsMobile = styled(ThemeDropDownOptions)`
|
||||||
background-image: unset;
|
background-image: unset;
|
||||||
background-color: ${({ theme }) => theme.colors.background};
|
background-color: transparent;
|
||||||
border: 2px solid ${props => ({ theme }) => props.focus ? theme.colors.secondary : theme.colors.primary};
|
border: 2px solid ${props => ({ theme }) => props.focus ? theme.colors.secondary : theme.colors.primary};
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
max-height: ${ props => props.show ? "100%" : "0%"};
|
max-height: ${ props => props.show ? "100%" : "0%"};
|
||||||
|
|
Loading…
Reference in a new issue