mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-22 07:00:58 -05:00
fix(header): fixed default header color
This commit is contained in:
parent
746d017142
commit
3a92cf06c3
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ interface Props {
|
|||
}
|
||||
|
||||
const ServerBanner = styled.div`
|
||||
background-color: var(--primary-background);
|
||||
background-color: var(--secondary-header);
|
||||
//height: 120px; //USE IF SERVER BANNER IS APPLIED
|
||||
flex-shrink: 0;
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue