From 5f7a1e769ab759cecb6b09db49ac07bd1ce58f03 Mon Sep 17 00:00:00 2001 From: Deividt Gemeli Date: Tue, 16 Aug 2022 14:52:28 -0300 Subject: [PATCH] Changed the right margin of the switch at Create Account(#2021) --- src/App/Pages/Accounts/RegisterPage.xaml | 2 +- src/App/Pages/Accounts/RegisterPageViewModel.cs | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/src/App/Pages/Accounts/RegisterPage.xaml b/src/App/Pages/Accounts/RegisterPage.xaml index 1fa519145..b6db138f4 100644 --- a/src/App/Pages/Accounts/RegisterPage.xaml +++ b/src/App/Pages/Accounts/RegisterPage.xaml @@ -132,7 +132,7 @@ IsToggled="{Binding AcceptPolicies}" StyleClass="box-value" HorizontalOptions="Start" - Margin="{Binding SwitchMargin}"/> + Margin="0, 0, 10, 0"/>