diff --git a/components/styles/themedropdown/desktop.tsx b/components/styles/themedropdown/desktop.tsx index 0d20cd9..7f69806 100644 --- a/components/styles/themedropdown/desktop.tsx +++ b/components/styles/themedropdown/desktop.tsx @@ -57,6 +57,7 @@ export const ThemeDropDownOptions = styled.div` background-repeat: no-repeat; background-attachment: fixed; background-size: cover; + background-color: ${({ theme }) => theme.colors.background }; display: flex; flex-direction: column;