Skip to content

Commit

Permalink
fix(button): update paddings and borders
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinperaza committed Dec 10, 2022
1 parent 06d88ad commit 5cfdba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/shared/Button.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
.secondary {
background: transparent;
color: var(--ifm-color-primary);
border: 1px solid var(--ifm-color-primary-darkest);
padding: 4px 12px 4px 12px;
border: 1px solid var(--ifm-color-primary);
}

.secondary.button:hover {
color: var(--ifm-color-primary);
border: 1px solid var(--ifm-color-primary);
}

.secondary svg path {
Expand Down

1 comment on commit 5cfdba0

@vercel
Copy link

@vercel vercel bot commented on 5cfdba0 Dec 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.