From 040619d93654766102cde469c8401080262a58a2 Mon Sep 17 00:00:00 2001 From: Neshura Date: Mon, 19 Dec 2022 22:17:41 +0100 Subject: [PATCH] Fix missing background color for Theme Selector on Desktop --- components/styles/themedropdown/desktop.tsx | 1 + 1 file changed, 1 insertion(+) 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;