aboutsummaryrefslogtreecommitdiff
path: root/Hotline/Views/ChatView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Hotline/Views/ChatView.swift')
-rw-r--r--Hotline/Views/ChatView.swift4
1 files changed, 2 insertions, 2 deletions
diff --git a/Hotline/Views/ChatView.swift b/Hotline/Views/ChatView.swift
index 2283cdd..28e548d 100644
--- a/Hotline/Views/ChatView.swift
+++ b/Hotline/Views/ChatView.swift
@@ -106,11 +106,11 @@ struct ChatView: View {
Button {
hotline.disconnect()
} label: {
- Image(systemName: "xmark.circle.fill")
+ Text(Image(systemName: "xmark.circle.fill"))
.symbolRenderingMode(.hierarchical)
+ .font(.title2)
.foregroundColor(.secondary)
}
-
}
}