diff --git a/src/App/App.csproj b/src/App/App.csproj
index 2c88cc36f..079224cbb 100644
--- a/src/App/App.csproj
+++ b/src/App/App.csproj
@@ -194,9 +194,6 @@
24,24
-
- 24,24
-
24,24
diff --git a/src/App/Platforms/iOS/Resources/Assets.xcassets/search.imageset/Contents.json b/src/App/Platforms/iOS/Resources/Assets.xcassets/search.imageset/Contents.json
new file mode 100644
index 000000000..b86dc8020
--- /dev/null
+++ b/src/App/Platforms/iOS/Resources/Assets.xcassets/search.imageset/Contents.json
@@ -0,0 +1,27 @@
+{
+ "images": [
+ {
+ "appearances": [],
+ "scale": "1x",
+ "idiom": "universal",
+ "filename": "search.png"
+ },
+ {
+ "appearances": [],
+ "scale": "2x",
+ "idiom": "universal",
+ "filename": "search@2x.png"
+ },
+ {
+ "appearances": [],
+ "scale": "3x",
+ "idiom": "universal",
+ "filename": "search@3x.png"
+ }
+ ],
+ "properties": {},
+ "info": {
+ "version": 1,
+ "author": ""
+ }
+}
\ No newline at end of file
diff --git a/src/App/Platforms/iOS/Resources/Assets.xcassets/search.imageset/search.png b/src/App/Platforms/iOS/Resources/Assets.xcassets/search.imageset/search.png
new file mode 100644
index 000000000..88f7f757c
Binary files /dev/null and b/src/App/Platforms/iOS/Resources/Assets.xcassets/search.imageset/search.png differ
diff --git a/src/App/Platforms/iOS/Resources/Assets.xcassets/search.imageset/search@2x.png b/src/App/Platforms/iOS/Resources/Assets.xcassets/search.imageset/search@2x.png
new file mode 100644
index 000000000..1c4ea4e6d
Binary files /dev/null and b/src/App/Platforms/iOS/Resources/Assets.xcassets/search.imageset/search@2x.png differ
diff --git a/src/App/Platforms/iOS/Resources/Assets.xcassets/search.imageset/search@3x.png b/src/App/Platforms/iOS/Resources/Assets.xcassets/search.imageset/search@3x.png
new file mode 100644
index 000000000..819beb4f9
Binary files /dev/null and b/src/App/Platforms/iOS/Resources/Assets.xcassets/search.imageset/search@3x.png differ
diff --git a/src/Core/Pages/Accounts/DeleteAccountPage.xaml b/src/Core/Pages/Accounts/DeleteAccountPage.xaml
index 877e4c36b..51c78cd67 100644
--- a/src/Core/Pages/Accounts/DeleteAccountPage.xaml
+++ b/src/Core/Pages/Accounts/DeleteAccountPage.xaml
@@ -59,8 +59,9 @@
StyleClass="btn-danger"
HorizontalOptions="Start"
VerticalOptions="Start"
- Margin="0,20,0,0"
+ Margin="0,20,6,0"
Padding="16,0"
+ MinimumHeightRequest="45"
CornerRadius="2"
TextTransform="Uppercase"
Clicked="DeleteAccount_Clicked"/>
@@ -73,6 +74,7 @@
VerticalOptions="Start"
Margin="0,20,0,0"
Padding="16,0"
+ MinimumHeightRequest="45"
CornerRadius="2"
TextTransform="Uppercase"
Clicked="Close_Clicked" />