Skip to content

Commit 3511e28

Browse files
authored
fix:修复滚动条背景色 (#48)
1 parent efd613b commit 3511e28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/search-box/theme/vars.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
// 滚动条滑块圆角
6262
--tvp-SearchBox-border-radius-scrollbar-thumb: var(--tv-border-radius-scrollbar-thumb, 4px);
6363
// 滚动条滑块激活背景色
64-
--tvp-SearchBox-color-bg-scrollbar-thumb-active: var(--tv-co lor-bg-scrollbar-thumb-active, #dbdbdb);
64+
--tvp-SearchBox-color-bg-scrollbar-thumb-active: var(--tv-color-bg-scrollbar-thumb-active, #dbdbdb);
6565
// 日期选择器清除图标背景色
6666
--tvp-SearchBox-date-picker-clear-icon-bg: var(--tv-color-bg-1, #ffffff);
6767
// 分割线颜色

0 commit comments

Comments
 (0)