mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
material3 surface tint on scroll "bug" fix
This commit is contained in:
parent
9b8dc85c8a
commit
b230a123a5
1 changed files with 1 additions and 0 deletions
|
@ -687,6 +687,7 @@ class _MaterialAppWithThemeState extends ConsumerState<MaterialAppWithTheme>
|
||||||
appBarTheme: AppBarTheme(
|
appBarTheme: AppBarTheme(
|
||||||
centerTitle: false,
|
centerTitle: false,
|
||||||
color: colorScheme.background,
|
color: colorScheme.background,
|
||||||
|
surfaceTintColor: colorScheme.background,
|
||||||
elevation: 0,
|
elevation: 0,
|
||||||
),
|
),
|
||||||
inputDecorationTheme: InputDecorationTheme(
|
inputDecorationTheme: InputDecorationTheme(
|
||||||
|
|
Loading…
Reference in a new issue