fix(header): fixed default header color

pull/1049/head
trashtemp 2021-12-27 15:11:37 +01:00
parent 1be4561962
commit 8a6f6abf71
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;