Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
Refine menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
j-f1 committed Dec 26, 2019
1 parent 60d85d6 commit e6e061b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MotelBar/MonitorView.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import SwiftUI

let indicatorSize: CGFloat = 11
let indicatorSize: CGFloat = 8

struct MonitorView: Highlightable, View {
@ObservedObject var monitor: PubState<Monitor>
Expand Down Expand Up @@ -41,7 +41,7 @@ struct MonitorView: Highlightable, View {
}

var body: some View {
HStack {
HStack(alignment: .center, spacing: 5) {
Circle()
.foregroundColor(statusColor.opacity(0.75))
.frame(width: indicatorSize, height: indicatorSize)
Expand Down

0 comments on commit e6e061b

Please sign in to comment.