ソースを参照

Merge branch 'trio/settings-refactor' of github.com:dnzxy/Open-iAPS into trio/settings-refactor

Deniz Cengiz 1 年間 前
コミット
c194627942

+ 5 - 5
FreeAPS/Sources/Modules/Settings/View/SettingsRootView.swift

@@ -122,7 +122,7 @@ extension Settings {
                             } label: {
                             } label: {
                                 HStack {
                                 HStack {
                                     Text("Share Logs")
                                     Text("Share Logs")
-                                        .foregroundColor(.white)
+                                        .foregroundColor(.primary)
                                     Spacer()
                                     Spacer()
                                     Image(systemName: "chevron.right")
                                     Image(systemName: "chevron.right")
                                         .foregroundColor(.secondary)
                                         .foregroundColor(.secondary)
@@ -138,7 +138,7 @@ extension Settings {
                             } label: {
                             } label: {
                                 HStack {
                                 HStack {
                                     Text("Submit Ticket on GitHub")
                                     Text("Submit Ticket on GitHub")
-                                        .foregroundColor(.white)
+                                        .foregroundColor(.primary)
                                     Spacer()
                                     Spacer()
                                     Image(systemName: "chevron.right")
                                     Image(systemName: "chevron.right")
                                         .foregroundColor(.secondary)
                                         .foregroundColor(.secondary)
@@ -154,7 +154,7 @@ extension Settings {
                             } label: {
                             } label: {
                                 HStack {
                                 HStack {
                                     Text("Trio Discord")
                                     Text("Trio Discord")
-                                        .foregroundColor(.white)
+                                        .foregroundColor(.primary)
                                     Spacer()
                                     Spacer()
                                     Image(systemName: "chevron.right")
                                     Image(systemName: "chevron.right")
                                         .foregroundColor(.secondary)
                                         .foregroundColor(.secondary)
@@ -170,7 +170,7 @@ extension Settings {
                             } label: {
                             } label: {
                                 HStack {
                                 HStack {
                                     Text("Trio Facebook")
                                     Text("Trio Facebook")
-                                        .foregroundColor(.white)
+                                        .foregroundColor(.primary)
                                     Spacer()
                                     Spacer()
                                     Image(systemName: "chevron.right")
                                     Image(systemName: "chevron.right")
                                         .foregroundColor(.secondary)
                                         .foregroundColor(.secondary)
@@ -186,7 +186,7 @@ extension Settings {
                             } label: {
                             } label: {
                                 HStack {
                                 HStack {
                                     Text("Trio Website")
                                     Text("Trio Website")
-                                        .foregroundColor(.white)
+                                        .foregroundColor(.primary)
                                     Spacer()
                                     Spacer()
                                     Image(systemName: "chevron.right")
                                     Image(systemName: "chevron.right")
                                         .foregroundColor(.secondary)
                                         .foregroundColor(.secondary)