فهرست منبع

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 {
                                                 HStack {
                                                     Text("Warning: Known issues. Update now.").font(.footnote)
                                                     Text("Warning: Known issues. Update now.").font(.footnote)
                                                         .foregroundColor(.red)
                                                         .foregroundColor(.red)
-                                                    Image(systemName: "exclamationmark.triangle.fill")
+                                                    Image(systemName: "exclamationmark.octagon.fill")
                                                         .foregroundColor(.red)
                                                         .foregroundColor(.red)
                                                 }
                                                 }
                                             }
                                             }