feat(button): [button] Adapting to the SMB theme (#2001)

This commit is contained in:
东风使命必达 2024-08-28 02:41:37 -07:00 committed by GitHub
parent cd6cf7fb68
commit 1ac18a45bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -78,5 +78,6 @@ export const tinyButtonSmbTheme = {
'ti-button-only-icon-disabled-border-color': '#dbdbdb',
'ti-button-ghost-disabled-text-color': '#c2c2c2',
'ti-button-ghost-disabled-border-color': '#dbdbdb',
'ti-button-ghost-hover-border-color': '#c2c2c2'
'ti-button-ghost-hover-border-color': '#c2c2c2',
'ti-button-size-normal-padding': 'var(--ti-common-space-6)'
}