fix(discover): fixed discover background on load

This commit is contained in:
trashtemp 2022-01-14 18:13:52 +01:00
parent 2415e98fbe
commit 43c66a4e22
No known key found for this signature in database
GPG key ID: D1F0DB65081B0FC6

View file

@ -32,7 +32,7 @@ const Container = styled.div`
background: var(--background);
`
: css`
background: var(--background);
background: var(--secondary-background);
`}
`;