From b79792248f9eac30a6eb41cca9284ba0eb3a60b9 Mon Sep 17 00:00:00 2001 From: liuxy0551 Date: Thu, 9 Jan 2025 11:05:50 +0800 Subject: [PATCH] fix: #587 small btn border-radius --- theme/dt-theme/default/button.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/dt-theme/default/button.less b/theme/dt-theme/default/button.less index 4bca7452..d0889d6f 100644 --- a/theme/dt-theme/default/button.less +++ b/theme/dt-theme/default/button.less @@ -8,6 +8,10 @@ } } +.ant-btn.ant-btn-sm { + border-radius: 2px; +} + .ant-btn.ant-btn-primary { text-shadow: unset; &:hover, &:focus {