We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbf4519 commit 4dd49e8Copy full SHA for 4dd49e8
1 file changed
docs/data/charts/map/ColorScaleMapShape.js
@@ -1,5 +1,4 @@
1
import * as React from 'react';
2
-import { useTheme } from '@mui/material/styles';
3
import Box from '@mui/material/Box';
4
import Stack from '@mui/material/Stack';
5
import Typography from '@mui/material/Typography';
@@ -36,7 +35,6 @@ export default function ColorScaleMapShape() {
36
35
const [colorMap, setColorMap] = React.useState('continuous');
37
const [unknownColor, setUnknownColor] = React.useState(true);
38
39
- const theme = useTheme();
40
return (
41
<Stack spacing={2} sx={{ width: '100%', maxWidth: 800 }}>
42
<Stack
0 commit comments