Explorar el Código

change sf symbol in ContentUnavailableView

polscm32 hace 1 año
padre
commit
361a42856e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Trio/Sources/Modules/DataTable/View/DataTableRootView.swift

+ 1 - 1
Trio/Sources/Modules/DataTable/View/DataTableRootView.swift

@@ -180,7 +180,7 @@ extension DataTable {
                 } else {
                     ContentUnavailableView(
                         "No data.",
-                        systemImage: "injection.needle"
+                        systemImage: "syringe"
                     )
                 }
             }.listRowBackground(Color.chart)