mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-19 18:04:22 +02:00
Fix props
This commit is contained in:
@@ -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);
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user