chore: Follow up input content padding

pull/906/head
krille-chan 1 year ago
parent 477a8b858b
commit 6f0d880ad8
No known key found for this signature in database

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

Loading…
Cancel
Save