WIP - more decoupling of blocs

This commit is contained in:
Anton Stubenbord
2022-12-12 01:29:34 +01:00
parent e2a20cea75
commit 2f31d9c053
51 changed files with 1083 additions and 800 deletions

View File

@@ -120,6 +120,10 @@ class _PaperlessMobileEntrypointState extends State<PaperlessMobileEntrypoint> {
),
inputDecorationTheme: const InputDecorationTheme(
border: OutlineInputBorder(),
contentPadding: EdgeInsets.symmetric(
horizontal: 16.0,
vertical: 16.0,
),
),
chipTheme: ChipThemeData(
backgroundColor: Colors.lightGreen[50],
@@ -134,8 +138,11 @@ class _PaperlessMobileEntrypointState extends State<PaperlessMobileEntrypoint> {
scrolledUnderElevation: 0.0,
),
inputDecorationTheme: const InputDecorationTheme(
border: OutlineInputBorder(),
),
border: OutlineInputBorder(),
contentPadding: EdgeInsets.symmetric(
horizontal: 16.0,
vertical: 16.0,
)),
chipTheme: ChipThemeData(
backgroundColor: Colors.green[900],
),