diff --git a/lib/pages/home_view/sub_widgets/home_view_button_bar.dart b/lib/pages/home_view/sub_widgets/home_view_button_bar.dart index 9c758fd60..4d63e111b 100644 --- a/lib/pages/home_view/sub_widgets/home_view_button_bar.dart +++ b/lib/pages/home_view/sub_widgets/home_view_button_bar.dart @@ -135,14 +135,14 @@ class _HomeViewButtonBarState extends ConsumerState { style: selectedIndex == 2 ? Theme.of(context) .extension()! - .getPrimaryEnabledButtonColor(context)! + .getPrimaryEnabledButtonStyle(context)! .copyWith( minimumSize: MaterialStateProperty.all(const Size(46, 36)), ) : Theme.of(context) .extension()! - .getSecondaryEnabledButtonColor(context)! + .getSecondaryEnabledButtonStyle(context)! .copyWith( minimumSize: MaterialStateProperty.all(const Size(46, 36)),