ADD file via upload

This commit is contained in:
Leon19656 2024-09-10 21:14:38 +08:00
parent 0c7c6cd16c
commit 466c9c87b0
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
/* 组件级变量 */
export const darkConcat = {
'ti-button-normal-background-color': '#000',
'ti-tree-bg-color': '#696969',
'ti-button-info-normal-bg-color': 'var(--ti-button-normal-background-color)',
'ti-dropdown-menu-bg-color': '#000',
'ti-button-group-item-bg-color': '#696969'
}