From 2e49c78ea06bd78591e060068f854b341d65d593 Mon Sep 17 00:00:00 2001 From: Kima Date: Mon, 8 Apr 2024 19:06:20 +0200 Subject: [PATCH] fixed sliding option thing thumb color --- .../lib/common/widgets/custom_segmented_control.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refilc_mobile_ui/lib/common/widgets/custom_segmented_control.dart b/refilc_mobile_ui/lib/common/widgets/custom_segmented_control.dart index 7f6a04e..5cc131c 100644 --- a/refilc_mobile_ui/lib/common/widgets/custom_segmented_control.dart +++ b/refilc_mobile_ui/lib/common/widgets/custom_segmented_control.dart @@ -38,7 +38,7 @@ class CustomSegmentedControl extends StatelessWidget { borderRadius: BorderRadius.circular(12.0), ), thumbDecoration: BoxDecoration( - color: AppColors.of(context).highlight, + color: Theme.of(context).highlightColor, borderRadius: BorderRadius.circular(10.0), // boxShadow: [ // BoxShadow(