From 99e81b9cf1a06f6d651eeeda03a884ca188e5a4c Mon Sep 17 00:00:00 2001 From: luoxiao Date: Sun, 10 Dec 2023 13:55:54 +0800 Subject: [PATCH] fix: button component round --- src/button/button.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/button/button.css b/src/button/button.css index 7559ab3..3942ffb 100644 --- a/src/button/button.css +++ b/src/button/button.css @@ -66,8 +66,7 @@ } .thaw-button--round { - padding: 0 10px; - border-radius: 50%; + border-radius: var(--thaw-height); } @keyframes thawLoadingCircle {