chore: Follow up input content padding

This commit is contained in:
krille-chan 2024-02-22 18:28:36 +01:00
parent 477a8b858b
commit 6f0d880ad8
No known key found for this signature in database

View file

@ -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(