aboutsummaryrefslogtreecommitdiff
path: root/Hotline/macOS/Chat/ServerAgreementView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Hotline/macOS/Chat/ServerAgreementView.swift')
-rw-r--r--Hotline/macOS/Chat/ServerAgreementView.swift15
1 files changed, 1 insertions, 14 deletions
diff --git a/Hotline/macOS/Chat/ServerAgreementView.swift b/Hotline/macOS/Chat/ServerAgreementView.swift
index c65a1cb..b69c582 100644
--- a/Hotline/macOS/Chat/ServerAgreementView.swift
+++ b/Hotline/macOS/Chat/ServerAgreementView.swift
@@ -52,20 +52,7 @@ struct ServerAgreementView: View {
withAnimation(.easeOut(duration: 0.15)) {
expanded = true
}
- },
- label: {
- Color.black
- .opacity(0.00001)
- .frame(width: 32, height: 32)
- .overlay(
- Image(systemName: "arrow.up.left.and.arrow.down.right")
- .resizable()
- .scaledToFit()
- .fontWeight(.semibold)
- .frame(width: 12, height: 12)
- .foregroundColor(.primary.opacity(0.8)), alignment: .center)
- }
- }, label: {
+ }, label: {
Image(systemName: "arrow.up.and.down.circle.fill")
.resizable()
.scaledToFit()