Skip to content

Commit e91d961

Browse files
authored
fix(tag): [tag] update e2e test (#3235)
1 parent e43890e commit e91d961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/theme/src/tag/vars.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
// 默认标签light的背景色
8282
--tv-Tag-bg-color-light: var(--tv-color-bg, #f5f5f5);
8383
// 默认标签light的边框色
84-
--tv-Tag-border-color-light: var(--tv-color-bg, #f5f5f5); // 规范不需要边框
84+
--tv-Tag-border-color-light:transparent; // 规范不需要边框
8585
// 默认标签dark的文本色
8686
--tv-Tag-text-color-dark: var(--tv-color-text-inverse-tint, #ffffff);
8787
// 默认标签dark的背景色

0 commit comments

Comments
 (0)