From 6f0d880ad8d7f6589856fdb12bb6f2a7b82b710a Mon Sep 17 00:00:00 2001 From: krille-chan Date: Thu, 22 Feb 2024 18:28:36 +0100 Subject: [PATCH] chore: Follow up input content padding --- lib/config/themes.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/themes.dart b/lib/config/themes.dart index 47d2cfa72..06fbb5a60 100644 --- a/lib/config/themes.dart +++ b/lib/config/themes.dart @@ -93,7 +93,7 @@ abstract class FluffyThemes { borderSide: BorderSide.none, borderRadius: BorderRadius.circular(AppConfig.borderRadius / 2), ), - contentPadding: const EdgeInsets.symmetric(horizontal: 12), + contentPadding: const EdgeInsets.all(12), filled: true, ), appBarTheme: AppBarTheme(