diff options
Diffstat (limited to 'Hotline/macOS/Chat/ServerAgreementView.swift')
| -rw-r--r-- | Hotline/macOS/Chat/ServerAgreementView.swift | 15 |
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() |