1+ /**
2+ * Copyright (c) 2022 - present TinyVue Authors.
3+ * Copyright (c) 2022 - present Huawei Cloud Computing Technologies Co., Ltd.
4+ *
5+ * Use of this source code is governed by an MIT-style license.
6+ *
7+ * THE OPEN SOURCE SOFTWARE IN THIS PRODUCT IS DISTRIBUTED IN THE HOPE THAT IT WILL BE USEFUL,
8+ * BUT WITHOUT ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR
9+ * A PARTICULAR PURPOSE. SEE THE APPLICABLE LICENSES FOR MORE DETAILS.
10+ *
11+ */
12+
113export const tinyRadioButtonSmbTheme = {
214 'ti-radio-button-checked-normal-bg-color' : '#1476FF' ,
315 'ti-radio-button-checked-normal-border-color' : '#1476FF' ,
@@ -13,5 +25,11 @@ export const tinyRadioButtonSmbTheme = {
1325 'ti-radio-button-child-right-border-radius' : 'var(--ti-common-space-6)' ,
1426 'ti-radio-button-padding-verticals' : '9px' ,
1527 'ti-radio-button-active-disabled-color' : 'var(--ti-common-color-text-weaken)' ,
16- 'ti-radio-button-active-disabled-bg-color' : 'var(--ti-common-color-bg-dark-disabled)'
28+ 'ti-radio-button-active-disabled-bg-color' : 'var(--ti-common-color-bg-dark-disabled)' ,
29+ 'ti-radio-button-checked-disabled-border-color' : 'unset' ,
30+ 'ti-radio-button-bg-color' : 'var(--ti-common-color-bg-normal)' ,
31+ 'ti-radio-button-checked-disabled-bg-color' : 'var(--ti-common-color-bg-dark-disabled)' ,
32+ 'ti-radio-button-disabled-bg-color' : 'var(--ti-common-color-bg-disabled)' ,
33+ 'ti-radio-button-disabled-checked-text-color' : 'var(--ti-common-color-text-weaken)' ,
34+ 'ti-radio-button-text-color' : 'var(--ti-common-color-text-secondary)'
1735}
0 commit comments