Skip to content

Commit

Permalink
fix: removed margin on button and added active-enabled to primary-btn
Browse files Browse the repository at this point in the history
  • Loading branch information
malmen237 committed Apr 23, 2024
1 parent c9515ce commit 79801a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/landing-page/form-elements.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const ActionButton = styled.button`
font-size: 100%;
font-weight: 700;
line-height: 2.4rem;
margin: 1rem;
margin: 0;
outline: 0.2rem solid transparent;
padding: 1rem 1.5rem;
text-align: center;
Expand All @@ -94,7 +94,7 @@ const ActionButton = styled.button`
`;

export const PrimaryButton = styled(ActionButton)`
&:active {
&:active:enabled {
background-color: #f3f4f6;
box-shadow:
-0.1rem 0.2rem 0.5rem rgba(81, 41, 10, 0.15),
Expand Down

0 comments on commit 79801a2

Please sign in to comment.