Skip to content

Commit

Permalink
style: make commit button narrower (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertfolch-redeemeum authored Jul 29, 2024
1 parent c6d012a commit a531cdc
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ const Wrapper = styled.div`
${StyledButton} {
transition: background 150ms ease-in-out;
padding: 0.75rem 0.625rem;
svg {
max-width: 100%;
}
}
`;

Expand Down

0 comments on commit a531cdc

Please sign in to comment.