Skip to content

Commit

Permalink
Format Apple Watch Override
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-b-m committed May 31, 2023
1 parent 94c87f3 commit 2f4a861
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions FreeAPSWatch WatchKit Extension/Views/MainView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -189,12 +189,7 @@ struct MainView: View {
Spacer()
let override: String = state.override != nil ? state.override! : "-"
HStack {
Image(systemName: "person.3.sequence.fill")
.resizable()
.symbolRenderingMode(.palette).foregroundStyle(.green, .cyan, .purple)
.frame(height: 12)
.foregroundColor(.blue)
Text("\(override)")
Text("👤 \(override)")
.fontWeight(.regular)
.font(.caption2)
.scaledToFill()
Expand Down

0 comments on commit 2f4a861

Please sign in to comment.