diff --git a/lib/shared/ui/theme/app_theme.dart b/lib/shared/ui/theme/app_theme.dart index 1401508..0da05f7 100644 --- a/lib/shared/ui/theme/app_theme.dart +++ b/lib/shared/ui/theme/app_theme.dart @@ -80,6 +80,7 @@ class AppTheme { ), ), fillColor: LightModeColors.inputBackground, + filled: true, ), ); }