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 d7ec526 commit 1537b32Copy full SHA for 1537b32
docs/src/pages/premium-themes/onepirate/modules/components/Paper.js
@@ -8,7 +8,7 @@ const PaperRoot = styled(MuiPaper, {
8
})(({ theme }) => ({
9
variants: [
10
{
11
- props: ({ padding }) => padding,
+ props: ({ padding }) => !!padding,
12
style: {
13
padding: theme.spacing(1),
14
},
docs/src/pages/premium-themes/onepirate/modules/components/Paper.tsx
@@ -12,7 +12,7 @@ const PaperRoot = styled(MuiPaper, {
})<ExtraPaperProps>(({ theme }) => ({
15
16
17
18
0 commit comments