From 7ce387c13024df974c327128003853b76b339b8c Mon Sep 17 00:00:00 2001 From: Matthew Fosse Date: Mon, 11 Dec 2023 09:47:22 -0700 Subject: [PATCH] fix dot indicator color (#1228) --- lib/src/screens/dashboard/dashboard_page.dart | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/src/screens/dashboard/dashboard_page.dart b/lib/src/screens/dashboard/dashboard_page.dart index 2552f4a4a..98b24f783 100644 --- a/lib/src/screens/dashboard/dashboard_page.dart +++ b/lib/src/screens/dashboard/dashboard_page.dart @@ -191,7 +191,10 @@ class _DashboardPageView extends BasePage { radius: 6.0, dotWidth: 6.0, dotHeight: 6.0, - dotColor: Theme.of(context).indicatorColor, + dotColor: Theme.of(context) + .extension()! + .indicatorDotTheme + .indicatorColor, activeDotColor: Theme.of(context) .extension()! .indicatorDotTheme