mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-17 19:05:32 -04:00
fix props with forwarded ref
This commit is contained in:
@@ -13,7 +13,7 @@ const InputStyles = css({
|
||||
padding: "0.8em",
|
||||
margin: "0.6em 0",
|
||||
border: `2px solid ${theme.colors.light}`,
|
||||
borderRadius: theme.radii.rounded,
|
||||
borderRadius: theme.radii.corner,
|
||||
color: theme.colors.text,
|
||||
backgroundColor: theme.colors.superDuperLight,
|
||||
transition: `background ${theme.transitions.fade}`,
|
||||
@@ -71,7 +71,7 @@ const SubmitButton = styled("button", {
|
||||
padding: "1em 1.25em",
|
||||
marginRight: "1.5em",
|
||||
border: 0,
|
||||
borderRadius: theme.radii.rounded,
|
||||
borderRadius: theme.radii.corner,
|
||||
cursor: "pointer",
|
||||
userSelect: "none",
|
||||
fontWeight: 500,
|
||||
|
Reference in New Issue
Block a user