feat: black text bg white

This commit is contained in:
karishmas6
2024-10-10 21:14:51 +05:30
parent 41dc92c596
commit a3cf33e002

View File

@@ -133,13 +133,13 @@ export const NavBar: React.FC<NavBarProps> = ({ newRecording, recordingName, isR
const NavBarWrapper = styled.div`
grid-area: navbar;
background-color: #3f4853;
background-color: white;
padding:5px;
display: flex;
justify-content: space-between;
`;
const ProjectName = styled.b`
color: white;
color: #3f4853;
font-size: 1.3em;
`;