Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/theme/src/tag/vars.less
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
// 默认标签light的背景色
--tv-Tag-bg-color-light: var(--tv-color-bg, #f5f5f5);
// 默认标签light的边框色
--tv-Tag-border-color-light: var(--tv-color-bg, #f5f5f5); // 规范不需要边框
--tv-Tag-border-color-light:transparent; // 规范不需要边框
// 默认标签dark的文本色
--tv-Tag-text-color-dark: var(--tv-color-text-inverse-tint, #ffffff);
// 默认标签dark的背景色
Expand Down
Loading