source: src/theme/overrides/components/appbar.tsx

main
Last change on this file was 5d6f37a, checked in by Naum Shapkarovski <naumshapkarovski@…>, 8 weeks ago

add customer

  • Property mode set to 100644
File size: 292 bytes
Line 
1import { Theme } from '@mui/material/styles';
2
3// ----------------------------------------------------------------------
4
5export function appBar(theme: Theme) {
6 return {
7 MuiAppBar: {
8 styleOverrides: {
9 root: {
10 boxShadow: 'none',
11 },
12 },
13 },
14 };
15}
Note: See TracBrowser for help on using the repository browser.