Skip to content

Commit f58da11

Browse files
committed
update margin styled-component prop to transient
1 parent 17fafe8 commit f58da11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/SubComponents/StyledErrorButton.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const StyledErrorButton = styled.button<{
99
fontStyle: string;
1010
color: string;
1111
$enabled: boolean;
12-
margin?: string;
12+
$margin?: string;
1313
}>`
1414
align-self: flex-end;
1515
background-color: ${({$inactiveColour, $activeColour, $enabled }) => ($enabled ? $activeColour : $inactiveColour)};

0 commit comments

Comments
 (0)