Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 16, 2025
2 parents af7c48d + 8c00611 commit e92ae25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/css/src/button/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
background-color: #ffffff;
border: 2px solid var(--mdPrimaryColor);
color: var(--mdPrimaryColor);
padding: 0.75rem 1.5rem;
padding: calc(0.75rem - 2px) calc(1.5rem - 2px);
}

.md-button--small.md-button--secondary {
Expand Down

0 comments on commit e92ae25

Please sign in to comment.