mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 07:01:19 -04:00
fix props with forwarded ref
This commit is contained in:
@@ -24,7 +24,7 @@ const HiddenLink = styled("a", {
|
||||
background: theme.colors.superDuperLight,
|
||||
color: theme.colors.link,
|
||||
border: `2px solid ${theme.colors.kindaLight}`,
|
||||
borderRadius: theme.radii.rounded,
|
||||
borderRadius: theme.radii.corner,
|
||||
textDecoration: "underline",
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user