|
91 | 91 | // 默认标签plain的文本色
|
92 | 92 | --tv-Tag-text-color-plain: var(--tv-color-text);
|
93 | 93 | // 默认标签plain的背景色
|
94 |
| - --tv-Tag-bg-color-plain: var(--tv-color-bg-secondary); |
| 94 | + --tv-Tag-bg-color-plain: transparent; |
95 | 95 | // 默认标签plain的边框色
|
96 | 96 | --tv-Tag-border-color-plain: var(--tv-color-border-hover); // 没有正确的边框色
|
97 | 97 |
|
|
110 | 110 | // success 主题时标签plain的文本色
|
111 | 111 | --tv-Tag-text-color-plain-success: var(--tv-color-success-text);
|
112 | 112 | // success 主题时标签plain的背景色
|
113 |
| - --tv-Tag-bg-color-plain-success: var(--tv-color-success-text-white); |
| 113 | + --tv-Tag-bg-color-plain-success: transparent; |
114 | 114 | // success 主题时标签plain的边框色
|
115 | 115 | --tv-Tag-border-color-plain-success: var(--tv-color-success-border);
|
116 | 116 |
|
|
129 | 129 | // error 主题时标签plain的文本色
|
130 | 130 | --tv-Tag-text-color-plain-danger: var(--tv-color-error-text);
|
131 | 131 | // error 主题时标签plain的背景色
|
132 |
| - --tv-Tag-bg-color-plain-danger: var(--tv-color-error-bg-white); |
| 132 | + --tv-Tag-bg-color-plain-danger: transparent; |
133 | 133 | // error 主题时标签plain的边框色
|
134 | 134 | --tv-Tag-border-color-plain-danger: var(--tv-color-error-border);
|
135 | 135 |
|
|
148 | 148 | // warning 主题时标签plain的文本色
|
149 | 149 | --tv-Tag-text-color-plain-warning: var(--tv-color-warn-text);
|
150 | 150 | // warning 主题时标签plain的背景色
|
151 |
| - --tv-Tag-bg-color-plain-warning: var(--tv-color-warn-text-white); |
| 151 | + --tv-Tag-bg-color-plain-warning: transparent; |
152 | 152 | // warning 主题时标签plain的边框色
|
153 | 153 | --tv-Tag-border-color-plain-warning: var(--tv-color-warn-border);
|
154 | 154 |
|
|
167 | 167 | // info 主题时标签plain的文本色
|
168 | 168 | --tv-Tag-text-color-plain-info: var(--tv-color-info-text);
|
169 | 169 | // info 主题时标签plain的背景色
|
170 |
| - --tv-Tag-bg-color-plain-info: var(--tv-color-info-bg-white); |
| 170 | + --tv-Tag-bg-color-plain-info: transparent; |
171 | 171 | // info 主题时标签plain的边框色
|
172 | 172 | --tv-Tag-border-color-plain-info: var(--tv-color-info-border);
|
173 | 173 |
|
|
0 commit comments