forked from opentiny/tiny-vue
fix(theme): [button-group] fix button group css var name (#1072)
This commit is contained in:
parent
268d84fc90
commit
1febd77f6a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue