fix dashboard page indicators being the same color

This commit is contained in:
fosse 2023-10-06 09:21:21 -04:00
parent db83cb625f
commit b3b40914d0

View file

@ -196,7 +196,10 @@ class _DashboardPageView extends BasePage {
radius: 6.0, radius: 6.0,
dotWidth: 6.0, dotWidth: 6.0,
dotHeight: 6.0, dotHeight: 6.0,
dotColor: Theme.of(context).indicatorColor, dotColor: Theme.of(context)
.extension<DashboardPageTheme>()!
.indicatorDotTheme
.indicatorColor,
activeDotColor: Theme.of(context) activeDotColor: Theme.of(context)
.extension<DashboardPageTheme>()! .extension<DashboardPageTheme>()!
.indicatorDotTheme .indicatorDotTheme