Browse Source

Alarm list

Jonas Björkert 1 year ago
parent
commit
e548b51c0c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      LoopFollow/Alarm/AlarmListView.swift

+ 1 - 0
LoopFollow/Alarm/AlarmListView.swift

@@ -117,6 +117,7 @@ struct AlarmListView: View {
 
                         Text(alarm.name)
                             .frame(maxWidth: .infinity, alignment: .leading)
+                            .foregroundColor(.primary)
                     }
                 }
             }