diff --git a/ios/circolapp/circolapp/LaunchScreen.storyboard b/ios/circolapp/circolapp/LaunchScreen.storyboard
index 5959daf..47b6d8c 100644
--- a/ios/circolapp/circolapp/LaunchScreen.storyboard
+++ b/ios/circolapp/circolapp/LaunchScreen.storyboard
@@ -5,6 +5,7 @@
+
@@ -12,15 +13,15 @@
-
+
-
+
-
+
@@ -31,8 +32,8 @@
-
-
+
+
@@ -43,7 +44,7 @@
-
+
@@ -67,5 +68,8 @@
+
+
+
diff --git a/ios/circolapp/circolapp/View/PhoneView.swift b/ios/circolapp/circolapp/View/PhoneView.swift
index 9b3fed3..18c7ff6 100644
--- a/ios/circolapp/circolapp/View/PhoneView.swift
+++ b/ios/circolapp/circolapp/View/PhoneView.swift
@@ -51,7 +51,7 @@ struct PhoneView: View {
SettingsView()
}
.tabItem {
- Image(systemName: "gearshape.fill")
+ Image(systemName: "gear")
Text("Settings")
}
}.sheet(isPresented: self.$showOnboarding, onDismiss: {
diff --git a/ios/circolapp/circolapp/View/SidebarView.swift b/ios/circolapp/circolapp/View/SidebarView.swift
index e3be3bc..8723df9 100644
--- a/ios/circolapp/circolapp/View/SidebarView.swift
+++ b/ios/circolapp/circolapp/View/SidebarView.swift
@@ -50,7 +50,7 @@ struct SidebarView: View {
tag: Screen.settings,
selection: $state,
label: {
- Label("Settings", systemImage: "gearshape")
+ Label("Settings", systemImage: "gear")
})
}
.listStyle(SidebarListStyle())