From 506c13bc236545c4f7f56a1b560e2123b6769bee Mon Sep 17 00:00:00 2001 From: lijianan <574980606@qq.com> Date: Fri, 6 Dec 2024 12:03:29 +0800 Subject: [PATCH] site: fix site btn style error (#51915) --- .dumi/theme/common/styles/Demo.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.dumi/theme/common/styles/Demo.tsx b/.dumi/theme/common/styles/Demo.tsx index 912bd88afb..d738b76aab 100644 --- a/.dumi/theme/common/styles/Demo.tsx +++ b/.dumi/theme/common/styles/Demo.tsx @@ -350,9 +350,8 @@ const GlobalDemoStyles: React.FC = () => { } ${antCls}-btn { - opacity: 0.6; &.icon-enabled { - background: ${token.colorFillSecondary}; + background-color: ${token.colorFillSecondary}; opacity: 1; ${iconCls} { color: ${token.colorTextBase};