Skip to content

Commit

Permalink
fix border
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlucas committed Dec 12, 2023
1 parent 82dac08 commit 01deb9c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/Button/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,17 +90,14 @@ const sizeButton = {
normal: css`
min-height: 2.25rem;
font-size: 16px;
border: none;
`,
medium: css`
min-height: 2.75rem;
font-size: 16px;
border: none;
`,
large: css`
min-height: 3.25rem;
font-size: 18px;
border: none;
`,
};

Expand Down

0 comments on commit 01deb9c

Please sign in to comment.