Skip to content

Commit 9fa85c0

Browse files
committed
fix: add comment
1 parent 18c8cb7 commit 9fa85c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/theme.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { PaletteColor } from '@mui/material';
22
import { createTheme, responsiveFontSizes } from '@mui/material/styles';
33
import { red } from '@mui/material/colors';
44

5+
// Extend palette to include a third color.
56
declare module '@mui/material/styles' {
67
interface Palette {
78
tertiary: PaletteColor;

0 commit comments

Comments
 (0)