From 2c5322b441ae34eccb529a529ab86959c0fbec78 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Thu, 28 May 2026 09:39:50 +0200 Subject: [PATCH] Fill the input Signed-off-by: Nikolai Rodionov --- lib/shared/ui/theme/app_theme.dart | 1 + 1 file changed, 1 insertion(+) 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, ), ); }