fix(header): fixed default header color

This commit is contained in:
trashtemp
2021-12-27 15:11:37 +01:00
parent 746d017142
commit 3a92cf06c3

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;