fix(discover): fixed discover background on load

pull/1049/head
trashtemp 2022-01-14 18:13:52 +01:00
parent 0e7f989369
commit e19fe61807
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);
`}
`;