mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-13 19:55:26 -04:00
fix props with forwarded ref
This commit is contained in:
@@ -6,7 +6,7 @@ const RoundedIFrame = styled("iframe", {
|
||||
display: "block",
|
||||
margin: "1em auto",
|
||||
border: `2px solid ${theme.colors.kindaLight}`,
|
||||
borderRadius: theme.radii.rounded,
|
||||
borderRadius: theme.radii.corner,
|
||||
});
|
||||
|
||||
export type IFrameProps = ComponentProps<typeof RoundedIFrame> & {
|
||||
|
||||
Reference in New Issue
Block a user