Skip to content

Commit

Permalink
fix: remove inherit color from demo
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-ngchakming committed Apr 11, 2022
1 parent 6fb22e3 commit 3c49c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/experiments/material-ui/css-variables.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Button from '@mui/material/Button';
import Box from '@mui/material/Box';
import Input from '@mui/material/Input';

const COLORS = ['inherit', 'primary', 'secondary', 'error', 'info', 'warning', 'success'];
const COLORS = ['primary', 'secondary', 'error', 'info', 'warning', 'success'];

const ColorSchemePicker = () => {
const { mode, setMode } = useColorScheme();
Expand Down

0 comments on commit 3c49c9a

Please sign in to comment.