feat: black text bg white
This commit is contained in:
@@ -133,13 +133,13 @@ export const NavBar: React.FC<NavBarProps> = ({ newRecording, recordingName, isR
|
|||||||
|
|
||||||
const NavBarWrapper = styled.div`
|
const NavBarWrapper = styled.div`
|
||||||
grid-area: navbar;
|
grid-area: navbar;
|
||||||
background-color: #3f4853;
|
background-color: white;
|
||||||
padding:5px;
|
padding:5px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const ProjectName = styled.b`
|
const ProjectName = styled.b`
|
||||||
color: white;
|
color: #3f4853;
|
||||||
font-size: 1.3em;
|
font-size: 1.3em;
|
||||||
`;
|
`;
|
||||||
|
|||||||
Reference in New Issue
Block a user