chore: Follow up input content padding
This commit is contained in:
parent
477a8b858b
commit
6f0d880ad8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue