File tree 2 files changed +3
-3
lines changed
packages/theme/src/carousel
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 153
153
transition-property : none ;
154
154
transition-timing-function : cubic-bezier (0.16 , 0.75 , 0.5 , 1 );
155
155
border-radius : var (--tv-Carousel-indicator-active-border-radius );
156
- background-color : var (--tv-Carousel-indicator- active-text -color );
156
+ background-color : var (--tv-Carousel-outside-button- active-bg -color );
157
157
width : var (--tv-Carousel-indicator-active-button-width );
158
158
}
159
159
Original file line number Diff line number Diff line change 36
36
// 当前指示器右边距
37
37
--tv-Carousel-indicator-active-width : 12px ;
38
38
// 当前指示器背景色
39
- --tv-Carousel-indicator-active-background-color : var (--tv-color-bg-hover-primary );
39
+ --tv-Carousel-indicator-active-background-color : var (--tv-color-bg-5-active );
40
40
// 当前指示器的宽度
41
41
--tv-Carousel-indicator-active-button-width : 12px ;
42
42
// 当前指示器圆角
43
43
--tv-Carousel-indicator-active-border-radius : var (--tv-border-radius-sm );
44
44
// 幻灯片外的指示器默认背景色
45
- --tv-Carousel-outside-button-bg-color : #000 ;
45
+ --tv-Carousel-outside-button-bg-color : var ( --tv-color-bg-5 ) ;
46
46
// 幻灯片外的当前指示器背景色
47
47
--tv-Carousel-outside-button-active-bg-color : var (--tv-color-bg-5-active );
48
48
// 标签按钮的字号
You can’t perform that action at this time.
0 commit comments