aports/testing/fwallet/flutter-3.19-backport.patch
The one with the braid 5c533be01b testing/fwallet: upgrade to 1.1.6
Signed-off-by: The one with the braid <info@braid.business>
2024-06-25 10:29:38 +00:00

12 lines
544 B
Diff

--- ./lib/src/widgets/desktop_single_page.dart.orig 2024-06-22 13:25:32.373408447 +0200
+++ ./lib/src/widgets/desktop_single_page.dart 2024-06-22 13:25:44.330368140 +0200
@@ -14,7 +14,7 @@
return LayoutBuilder(
key: _layoutKey,
builder: (context, constraints) {
- final backgroundColor = Theme.of(context).colorScheme.surfaceBright;
+ final backgroundColor = Theme.of(context).colorScheme.surface;
Widget child;
if (constraints.maxWidth > kHugeDeviceBreakpoint) {
child = Material(