fix(header): fixed default header color

pull/473/head
trashtemp 2021-12-27 15:11:37 +01:00
parent 746d017142
commit 3a92cf06c3
No known key found for this signature in database
GPG Key ID: D1F0DB65081B0FC6
1 changed files with 1 additions and 1 deletions

View File

@ -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;