forked from opentiny/tiny-vue
fix(tag): [tag] update e2e test (#3235)
This commit is contained in:
parent
e43890ef86
commit
e91d9614b7
|
|
@ -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的背景色
|
||||
|
|
|
|||
Loading…
Reference in New Issue