source: src/theme/overrides/components/svg-icon.tsx@ 5d6f37a

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

add customer

  • Property mode set to 100644
File size: 348 bytes
Line 
1import { Theme } from '@mui/material/styles';
2
3// ----------------------------------------------------------------------
4
5export function svgIcon(theme: Theme) {
6 return {
7 MuiSvgIcon: {
8 styleOverrides: {
9 fontSizeLarge: {
10 width: 32,
11 height: 32,
12 fontSize: 'inherit',
13 },
14 },
15 },
16 };
17}
Note: See TracBrowser for help on using the repository browser.