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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -350,9 +350,8 @@ const GlobalDemoStyles: React.FC = () => {
} }
${antCls}-btn { ${antCls}-btn {
opacity: 0.6;
&.icon-enabled { &.icon-enabled {
background: ${token.colorFillSecondary}; background-color: ${token.colorFillSecondary};
opacity: 1; opacity: 1;
${iconCls} { ${iconCls} {
color: ${token.colorTextBase}; color: ${token.colorTextBase};