Fix missing background color for Theme Selector on Desktop
This commit is contained in:
parent
023bd8962c
commit
040619d936
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ export const ThemeDropDownOptions = styled.div<DisplayPropType>`
|
|||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
background-color: ${({ theme }) => theme.colors.background };
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Reference in a new issue