Skip to content

Commit

Permalink
fixed border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
iDome89 committed Feb 22, 2024
1 parent 373dbda commit 95bd57a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const StyledButton = styled(Button)`
font-weight: ${(props) => props.theme.fontWeights.semibold};
padding-left: 0;
justify-content: flex-start;
border-radius: 0;
`;

export const PreviousButton = (props: ButtonArgs) => (
Expand Down

0 comments on commit 95bd57a

Please sign in to comment.