Skip to content

Commit

Permalink
Format new Watch display options
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-b-m committed May 30, 2023
1 parent 56d607d commit 9aeef26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions FreeAPSWatch WatchKit Extension/Views/MainView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ struct MainView: View {
Image(systemName: "arrow.up.arrow.down")
.renderingMode(.template)
.resizable()
.frame(width: 16, height: 16)
.foregroundColor(.blue)
.frame(width: 12, height: 12)
.foregroundColor(.loopGreen)
Text("\(isf)")
.fontWeight(.regular)
.font(.caption2)
Expand All @@ -190,9 +190,9 @@ struct MainView: View {
let override: String = state.override != nil ? state.override! : "-"
HStack {
Image(systemName: "person.3.sequence.fill")
.renderingMode(.template)
.resizable()
.frame(width: 24, height: 12)
.symbolRenderingMode(.palette).foregroundStyle(.green, .cyan, .purple)
.frame(height: 12)
.foregroundColor(.blue)
Text("\(override)")
.fontWeight(.regular)
Expand Down

0 comments on commit 9aeef26

Please sign in to comment.