site: fix site btn style error (#51915)

This commit is contained in:
lijianan
2024-12-06 12:03:29 +08:00
committed by GitHub
parent cc67ee2009
commit 506c13bc23

View File

@@ -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};