From 786e0609ea43aae4b4392ea5e70ad03b31bb1220 Mon Sep 17 00:00:00 2001 From: You-Hw-Y <1664677472@qq.com> Date: Mon, 23 Sep 2024 23:51:46 -0700 Subject: [PATCH] feat(button): [button] Adapting to the SMB theme --- packages/theme/src/button/index.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/theme/src/button/index.less b/packages/theme/src/button/index.less index bd5b72b96a..d58ae3f515 100644 --- a/packages/theme/src/button/index.less +++ b/packages/theme/src/button/index.less @@ -157,6 +157,9 @@ ); } + & + & { + margin-left: 8px; + } &.is-loading { position: relative;