Skip to content

Commit 54c497c

Browse files
committed
fix
1 parent dd374b6 commit 54c497c

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

docs/data/material/components/transitions/SimpleCollapse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import FormControlLabel from '@mui/material/FormControlLabel';
77

88
const icon = (
99
<Paper sx={{ m: 1, width: 100, height: 100 }} elevation={4}>
10-
<svg>
10+
<svg width="100" height="100">
1111
<Box
1212
component="polygon"
1313
points="0,100 50,00, 100,100"

docs/data/material/components/transitions/SimpleCollapse.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import FormControlLabel from '@mui/material/FormControlLabel';
77

88
const icon = (
99
<Paper sx={{ m: 1, width: 100, height: 100 }} elevation={4}>
10-
<svg>
10+
<svg width="100" height="100">
1111
<Box
1212
component="polygon"
1313
points="0,100 50,00, 100,100"

docs/data/material/components/transitions/SimpleGrow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import FormControlLabel from '@mui/material/FormControlLabel';
77

88
const icon = (
99
<Paper sx={{ m: 1, width: 100, height: 100 }} elevation={4}>
10-
<svg>
10+
<svg width="100" height="100">
1111
<Box
1212
component="polygon"
1313
points="0,100 50,00, 100,100"

docs/data/material/components/transitions/SimpleGrow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import FormControlLabel from '@mui/material/FormControlLabel';
77

88
const icon = (
99
<Paper sx={{ m: 1, width: 100, height: 100 }} elevation={4}>
10-
<svg>
10+
<svg width="100" height="100">
1111
<Box
1212
component="polygon"
1313
points="0,100 50,00, 100,100"

docs/data/material/components/transitions/SimpleSlide.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import FormControlLabel from '@mui/material/FormControlLabel';
77

88
const icon = (
99
<Paper sx={{ m: 1, width: 100, height: 100 }} elevation={4}>
10-
<svg>
10+
<svg width="100" height="100">
1111
<Box
1212
component="polygon"
1313
points="0,100 50,00, 100,100"

docs/data/material/components/transitions/SimpleSlide.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import FormControlLabel from '@mui/material/FormControlLabel';
77

88
const icon = (
99
<Paper sx={{ m: 1, width: 100, height: 100 }} elevation={4}>
10-
<svg>
10+
<svg width="100" height="100">
1111
<Box
1212
component="polygon"
1313
points="0,100 50,00, 100,100"

docs/data/material/components/transitions/SimpleZoom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import FormControlLabel from '@mui/material/FormControlLabel';
77

88
const icon = (
99
<Paper sx={{ m: 1, width: 100, height: 100 }} elevation={4}>
10-
<svg>
10+
<svg width="100" height="100">
1111
<Box
1212
component="polygon"
1313
points="0,100 50,00, 100,100"

docs/data/material/components/transitions/SimpleZoom.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import FormControlLabel from '@mui/material/FormControlLabel';
77

88
const icon = (
99
<Paper sx={{ m: 1, width: 100, height: 100 }} elevation={4}>
10-
<svg>
10+
<svg width="100" height="100">
1111
<Box
1212
component="polygon"
1313
points="0,100 50,00, 100,100"

docs/data/material/components/transitions/SlideFromContainer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import FormControlLabel from '@mui/material/FormControlLabel';
77

88
const icon = (
99
<Paper sx={{ m: 1, width: 100, height: 100 }} elevation={4}>
10-
<svg>
10+
<svg width="100" height="100">
1111
<Box
1212
component="polygon"
1313
points="0,100 50,00, 100,100"

docs/data/material/components/transitions/SlideFromContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import FormControlLabel from '@mui/material/FormControlLabel';
77

88
const icon = (
99
<Paper sx={{ m: 1, width: 100, height: 100 }} elevation={4}>
10-
<svg>
10+
<svg width="100" height="100">
1111
<Box
1212
component="polygon"
1313
points="0,100 50,00, 100,100"

0 commit comments

Comments
 (0)