mirror of
https://github.com/DefinedNet/mobile_nebula.git
synced 2025-09-07 19:46:06 +00:00
Migrate from colorScheme.background
to colorScheme.surface
This commit is contained in:
parent
fc120053f2
commit
c20bd93a98
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ class MaterialTheme {
|
|||
bodyColor: colorScheme.onSurface,
|
||||
displayColor: colorScheme.onSurface,
|
||||
),
|
||||
scaffoldBackgroundColor: colorScheme.background,
|
||||
scaffoldBackgroundColor: colorScheme.surface,
|
||||
canvasColor: colorScheme.surface,
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue