We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e43890e commit e91d961Copy full SHA for e91d961
packages/theme/src/tag/vars.less
@@ -81,7 +81,7 @@
81
// 默认标签light的背景色
82
--tv-Tag-bg-color-light: var(--tv-color-bg, #f5f5f5);
83
// 默认标签light的边框色
84
- --tv-Tag-border-color-light: var(--tv-color-bg, #f5f5f5); // 规范不需要边框
+ --tv-Tag-border-color-light:transparent; // 规范不需要边框
85
// 默认标签dark的文本色
86
--tv-Tag-text-color-dark: var(--tv-color-text-inverse-tint, #ffffff);
87
// 默认标签dark的背景色
0 commit comments