Skip to content

Commit b797922

Browse files
committed
fix: #587 small btn border-radius
1 parent f34030c commit b797922

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

theme/dt-theme/default/button.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
}
99
}
1010

11+
.ant-btn.ant-btn-sm {
12+
border-radius: 2px;
13+
}
14+
1115
.ant-btn.ant-btn-primary {
1216
text-shadow: unset;
1317
&:hover, &:focus {

0 commit comments

Comments
 (0)