fix(discover): fixed discover background on load

pull/511/head
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
1 changed files with 1 additions and 1 deletions

View File

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