Adjustment to Theme Selector on Mobile

This commit is contained in:
Neshura 2022-12-19 21:53:02 +01:00
parent bb1520afc9
commit 71c4f7900d
No known key found for this signature in database
GPG key ID: ACDF5B6EBECF6B0A

View file

@ -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%"};