Skip to content

Commit 7439a6e

Browse files
committed
Carousel DT - fix PageControl's inactive color
1 parent be68470 commit 7439a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/carousel/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ class Carousel extends Component<CarouselProps, CarouselState> {
428428
size = 6,
429429
spacing = 8,
430430
color = Colors.$backgroundNeutralHeavy,
431-
inactiveColor = Colors.$backgroundNeutralMedium,
431+
inactiveColor = Colors.$backgroundDisabled,
432432
...others
433433
} = pageControlProps;
434434
const pagesCount = presenter.getChildrenLength(this.props);

0 commit comments

Comments
 (0)