mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 03:49:22 +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(
|
||||
centerTitle: false,
|
||||
color: colorScheme.background,
|
||||
surfaceTintColor: colorScheme.background,
|
||||
elevation: 0,
|
||||
),
|
||||
inputDecorationTheme: InputDecorationTheme(
|
||||
|
|
Loading…
Reference in a new issue