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(