diff options
| author | Dustin Mierau <dustin@mierau.me> | 2024-07-02 13:38:32 -0700 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2024-07-02 13:38:32 -0700 |
| commit | 245b16fe1e93d573a91c74d25b454515bcbc50d2 (patch) | |
| tree | 5f377984f57eaa77c2ba2953a6dc504371d63479 /Hotline/macOS | |
| parent | 7794a6522ae84bf1f1f543aae333e527d9dfe3a0 (diff) | |
Added some dark mode versions for new icons.
Diffstat (limited to 'Hotline/macOS')
| -rw-r--r-- | Hotline/macOS/HotlinePanelView.swift | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Hotline/macOS/HotlinePanelView.swift b/Hotline/macOS/HotlinePanelView.swift index a368459..dc58698 100644 --- a/Hotline/macOS/HotlinePanelView.swift +++ b/Hotline/macOS/HotlinePanelView.swift @@ -17,7 +17,7 @@ struct HotlinePanelView: View { // .clipShape(RoundedRectangle(cornerRadius: 6.0)) // .padding([.top, .leading, .trailing], 4) - HStack(spacing: 10) { + HStack(spacing: 12) { Button { if NSEvent.modifierFlags.contains(.option) { openWindow(id: "server") @@ -116,6 +116,7 @@ struct HotlinePanelView: View { .padding(.top, 12) .padding(.bottom, 12) .padding([.leading, .trailing], 12) +// .background(Color.red.opacity(0.5).blendMode(.multiply)) // GroupBox { // HStack(spacing: 0) { |