We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7b1a3 commit b4fce87Copy full SHA for b4fce87
lib/src/theme.dart
@@ -148,8 +148,8 @@ Color platformBackgroundColor(BuildContext context) {
148
return Colors.transparent;
149
} else if (Platform.operatingSystemVersion.contains('10')) {
150
Window.setEffect(
151
- effect: WindowEffect.acrylic,
152
- color: Theme.of(context).cardColor.withAlpha(140),
+ effect: WindowEffect.aero,
+ color: Theme.of(context).cardColor.withAlpha(220),
153
);
154
155
}
0 commit comments