Fix props

This commit is contained in:
jeffvli
2022-11-06 00:12:04 -07:00
parent f76cc2f230
commit fc1ab03118
+1 -1
View File
@@ -8,7 +8,7 @@ export interface PaperProps extends MantinePaperProps {
children: React.ReactNode; children: React.ReactNode;
} }
const StyledPaper = styled(MantinePaper)` const StyledPaper = styled(MantinePaper)<PaperProps>`
background: var(--paper-bg); background: var(--paper-bg);
`; `;