mirror of
https://github.com/DefinedNet/mobile_nebula.git
synced 2025-01-30 00:47:04 +00:00
Migrate from colorScheme.background
to colorScheme.surface
(#229)
This commit is contained in:
parent
ad45cc1d78
commit
b41054920a
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ class MaterialTheme {
|
||||||
bodyColor: colorScheme.onSurface,
|
bodyColor: colorScheme.onSurface,
|
||||||
displayColor: colorScheme.onSurface,
|
displayColor: colorScheme.onSurface,
|
||||||
),
|
),
|
||||||
scaffoldBackgroundColor: colorScheme.background,
|
scaffoldBackgroundColor: colorScheme.surface,
|
||||||
canvasColor: colorScheme.surface,
|
canvasColor: colorScheme.surface,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue