mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 08:38:37 +00:00
fix(header): fixed default header color
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user