Skip to content

Commit

Permalink
fix: #587 small btn border-radius
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxy0551 committed Jan 9, 2025
1 parent f34030c commit b797922
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theme/dt-theme/default/button.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
}
}

.ant-btn.ant-btn-sm {
border-radius: 2px;
}

.ant-btn.ant-btn-primary {
text-shadow: unset;
&:hover, &:focus {
Expand Down

0 comments on commit b797922

Please sign in to comment.