chore: Follow up adapt to new flutter 3.22 material colors

pull/1138/head
krille-chan 9 months ago
parent 3b46d91a81
commit 11d6164bc7
No known key found for this signature in database

@ -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,

Loading…
Cancel
Save