ente/packages/shared/components/Navbar/SelectionBar.tsx
2023-11-09 09:40:43 +05:30

7 lines
162 B
TypeScript

import NavbarBase from './base';
import { styled } from '@mui/material';
export const SelectionBar = styled(NavbarBase)`
position: fixed;
z-index: 12;
`;