aboutsummaryrefslogtreecommitdiff
path: root/Hotline/macOS/ServerMessageView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Hotline/macOS/ServerMessageView.swift')
-rw-r--r--Hotline/macOS/ServerMessageView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Hotline/macOS/ServerMessageView.swift b/Hotline/macOS/ServerMessageView.swift
index 8413a87..6c3c60e 100644
--- a/Hotline/macOS/ServerMessageView.swift
+++ b/Hotline/macOS/ServerMessageView.swift
@@ -24,7 +24,7 @@ struct ServerMessageView: View {
#elseif os(macOS)
.background(VisualEffectView(material: .titlebar, blendingMode: .withinWindow))
#endif
- .clipShape(RoundedRectangle(cornerRadius: 8))
+ .clipShape(RoundedRectangle(cornerRadius: 16, style: .continuous))
}
}