Explorar o código

Change symbol for blacklisted

Jonas Björkert hai 1 ano
pai
achega
5e0daf6192
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Trio/Sources/Modules/Settings/View/SettingsRootView.swift

+ 1 - 1
Trio/Sources/Modules/Settings/View/SettingsRootView.swift

@@ -90,7 +90,7 @@ extension Settings {
                                                 HStack {
                                                     Text("Warning: Known issues. Update now.").font(.footnote)
                                                         .foregroundColor(.red)
-                                                    Image(systemName: "exclamationmark.triangle.fill")
+                                                    Image(systemName: "exclamationmark.octagon.fill")
                                                         .foregroundColor(.red)
                                                 }
                                             }