fix dot indicator color (#1228)

This commit is contained in:
Matthew Fosse 2023-12-11 09:47:22 -07:00 committed by GitHub
parent 72777fbf2c
commit 7ce387c130
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -191,7 +191,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