mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-09 00:33:38 -05:00
fix(discover): fixed discover background on load
This commit is contained in:
parent
2415e98fbe
commit
43c66a4e22
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ const Container = styled.div`
|
|||
background: var(--background);
|
||||
`
|
||||
: css`
|
||||
background: var(--background);
|
||||
background: var(--secondary-background);
|
||||
`}
|
||||
`;
|
||||
|
||||
|
|
Loading…
Reference in a new issue