fix(header): fixed default header color

This commit is contained in:
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

View file

@ -18,7 +18,7 @@ interface Props {
} }
const ServerBanner = styled.div` const ServerBanner = styled.div`
background-color: var(--primary-background); background-color: var(--secondary-header);
//height: 120px; //USE IF SERVER BANNER IS APPLIED //height: 120px; //USE IF SERVER BANNER IS APPLIED
flex-shrink: 0; flex-shrink: 0;
display: flex; display: flex;