Recordscreen darkkmode updated

This commit is contained in:
amit
2024-11-08 21:51:53 +05:30
parent 024468f8d7
commit 2d964fb798
5 changed files with 20 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ import { useGlobalInfoStore } from '../../context/globalInfo';
const StyledNavBar = styled.div<{ browserWidth: number }>`
display: flex;
padding: 12px 0px;
background-color: #f6f6f6;
background-color: theme.palette.background.paper;
width: ${({ browserWidth }) => browserWidth}px;
border-radius: 0px 5px 0px 0px;
`;