fix(tag): [tag] update e2e test (#3235)

This commit is contained in:
wuyiping 2025-04-03 00:05:33 -07:00 committed by GitHub
parent e43890ef86
commit e91d9614b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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的背景色