Fix missing background color for Theme Selector on Desktop

This commit is contained in:
Neshura 2022-12-19 22:17:41 +01:00
parent 023bd8962c
commit 040619d936
No known key found for this signature in database
GPG key ID: ACDF5B6EBECF6B0A

View file

@ -57,6 +57,7 @@ export const ThemeDropDownOptions = styled.div<DisplayPropType>`
background-repeat: no-repeat; background-repeat: no-repeat;
background-attachment: fixed; background-attachment: fixed;
background-size: cover; background-size: cover;
background-color: ${({ theme }) => theme.colors.background };
display: flex; display: flex;
flex-direction: column; flex-direction: column;