We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c8cb7 commit 9fa85c0Copy full SHA for 9fa85c0
src/theme.ts
@@ -2,6 +2,7 @@ import { PaletteColor } from '@mui/material';
2
import { createTheme, responsiveFontSizes } from '@mui/material/styles';
3
import { red } from '@mui/material/colors';
4
5
+// Extend palette to include a third color.
6
declare module '@mui/material/styles' {
7
interface Palette {
8
tertiary: PaletteColor;
0 commit comments