chore: Follow up adapt to new flutter 3.22 material colors

This commit is contained in:
krille-chan 2024-05-26 08:42:14 +02:00
parent 3b46d91a81
commit 11d6164bc7
No known key found for this signature in database

View file

@ -107,6 +107,8 @@ abstract class FluffyThemes {
: null,
surfaceTintColor:
FluffyThemes.isColumnMode(context) ? colorScheme.surface : null,
backgroundColor:
FluffyThemes.isColumnMode(context) ? colorScheme.surface : null,
systemOverlayStyle: SystemUiOverlayStyle(
statusBarColor: Colors.transparent,
statusBarIconBrightness: brightness.reversed,