Skip to content

Commit

Permalink
fix: fix time-select build error
Browse files Browse the repository at this point in the history
  • Loading branch information
zzcr committed Aug 13, 2024
1 parent b59fcaa commit c520c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme/src/time-select/vars.less
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
// 时间选择选项悬浮背景色(选中项)
--ti-time-select-item-select-hover-bg-color: var(--ti-common-color-selected-background, #5e7ce0);
// 时间选择选项字体色(选中项)
--ti-time-select-item-selected-text-color: var(--ti-common-color-text-primary, #252b3a)
--ti-time-select-item-selected-text-color: var(--ti-common-color-text-primary, #252b3a);
}

0 comments on commit c520c86

Please sign in to comment.