Преглед изворни кода

Change symbol for blacklisted

Jonas Björkert пре 1 година
родитељ
комит
5e0daf6192
1 измењених фајлова са 1 додато и 1 уклоњено
  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)
                                                 }
                                             }