Skip to content

Commit

Permalink
fix: modify button padding (#894)
Browse files Browse the repository at this point in the history
  • Loading branch information
James-9696 authored Nov 14, 2024
1 parent 67330d4 commit a9bec90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme/base/src/component-common.less
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
.tiny-button.tiny-button {
font-size: var(--te-base-font-size-base);
border-radius: var(--te-base-border-radius-1);
padding: 0 8px;
padding: 0 12px;
height: 24px;
line-height: 24px;
// 默认按钮
Expand Down

0 comments on commit a9bec90

Please sign in to comment.