Explorar el Código

Change symbol for blacklisted

Jonas Björkert hace 1 año
padre
commit
5e0daf6192
Se han modificado 1 ficheros con 1 adiciones y 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)
                                                 }
                                             }