From 87dfb59b8c1d90f0495b668efc8ba137b407681a Mon Sep 17 00:00:00 2001 From: glasfisch3000 Date: Thu, 23 Jul 2026 13:27:52 +0200 Subject: [PATCH] fix green text in verification request view --- Mactrix/Views/Sidebar/SidebarSessionVerification.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mactrix/Views/Sidebar/SidebarSessionVerification.swift b/Mactrix/Views/Sidebar/SidebarSessionVerification.swift index f0f59a3..58e063c 100644 --- a/Mactrix/Views/Sidebar/SidebarSessionVerification.swift +++ b/Mactrix/Views/Sidebar/SidebarSessionVerification.swift @@ -86,7 +86,7 @@ struct SessionVerificationStatusView: View { } .padding(10) .background(Color.green.opacity(0.2)) - .foregroundStyle(Color.green.mix(with: .black, by: 0.5)) + .foregroundStyle(Color.green.mix(with: colorScheme == .light ? .black : .white, by: 0.5)) .clipShape(RoundedRectangle(cornerRadius: 8)) } else { selfVerificationView