From 4398fb6da5021a3d083351aa216551801ec2ac33 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 28 Nov 2025 00:19:44 +0100 Subject: Re-add friendship quest remix --- Hotline/macOS/Chat/ServerAgreementView.swift | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'Hotline/macOS/Chat') 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() -- cgit