fix(tabs): 修正新规范字号值 (#1902)

This commit is contained in:
chenxi-20 2024-08-15 23:26:34 -07:00 committed by GitHub
parent f14575d5dd
commit 5991b8c3e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -12,5 +12,6 @@ export const tinyTabsSmbTheme = {
'ti-tabs-dropdown-more-margin-top': 'var(--ti-common-space-base)',
'ti-tabs-content-margin-vertical': 'var(--ti-common-space-3x)',
'ti-tabs-content-margin-horizontal': 'var(--ti-common-space-0)',
'ti-tabs-dark-bg-color-hover': '#191919'
'ti-tabs-dark-bg-color-hover': 'var(--ti-common-color-icon-graybg-hover)',
'ti-tabs-small-item-font-size': 'var(--ti-common-font-size-2)'
}