fix(theme): [button-group] fix button group css var name (#1072)

This commit is contained in:
gimmyhehe 2023-12-10 10:44:15 +08:00 committed by GitHub
parent 268d84fc90
commit 1febd77f6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@
top: calc(-1 * var(--ti-button-group-item-sup-height) / 2);
color: var(--ti-button-group-item-sup-font-color);
right: 0;
font-size: var(--ti-common-font-size-base);
font-size: var(--ti-button-group-item-btn-font-size);
line-height: var(--ti-button-group-item-sup-height);
text-align: center;
background-color: #fa9841;