From 6f694e8abe056b40d60584e91a3cbc6c8417754e Mon Sep 17 00:00:00 2001 From: Kima Date: Tue, 9 Apr 2024 22:34:35 +0200 Subject: [PATCH] fixed segmented control color issue --- .../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 e3c15db..a9bf40b 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: Theme.of(context).highlightColor, + color: Theme.of(context).colorScheme.background, borderRadius: BorderRadius.circular(10.0), // boxShadow: [ // BoxShadow(