fix(header): fixed default header color
parent
1be4561962
commit
8a6f6abf71
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue