From 69d6fba08dd55cb8ccd65123ad578fff518e8b5f Mon Sep 17 00:00:00 2001 From: Parham Date: Tue, 23 May 2023 17:18:00 +0330 Subject: [PATCH] Frontend.Maui: Color.Default equivalent for maui Save previous assigned color and use instead of Color.Default. This is needed because maui doesn't have Color.Default [1]. And this commit is workaround for that. [1] https://github.com/dotnet/Microsoft.Maui.Graphics/issues/57 --- src/GWallet.Frontend.XF/SendPage.xaml.fs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/GWallet.Frontend.XF/SendPage.xaml.fs b/src/GWallet.Frontend.XF/SendPage.xaml.fs index 5c4eafda0..a0fa98fb7 100644 --- a/src/GWallet.Frontend.XF/SendPage.xaml.fs +++ b/src/GWallet.Frontend.XF/SendPage.xaml.fs @@ -69,7 +69,13 @@ type SendPage(account: IAccount, receivePage: Page, newReceivePageFunc: unit->Pa let transactionLayout = mainLayout.FindByName "transactionLayout" let transactionLabel = mainLayout.FindByName