From c7042025175025f6f35dbdcb6149899be276e909 Mon Sep 17 00:00:00 2001 From: Aakiyaru Date: Tue, 27 May 2025 19:00:56 +0700 Subject: [PATCH] fix --- Sources/UIKitComponents/ButtonForVKAndYandex/ButtonWKWEB.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/UIKitComponents/ButtonForVKAndYandex/ButtonWKWEB.swift b/Sources/UIKitComponents/ButtonForVKAndYandex/ButtonWKWEB.swift index 8a4110f..5b756ad 100644 --- a/Sources/UIKitComponents/ButtonForVKAndYandex/ButtonWKWEB.swift +++ b/Sources/UIKitComponents/ButtonForVKAndYandex/ButtonWKWEB.swift @@ -23,7 +23,7 @@ public struct ButtonWKWEB: View { HStack(spacing: 0){ Image(vk ? "VK" : "Yandex", bundle: .module) .padding(.trailing, 16) - Text("Войти с VK") + Text(title) .tracking(0) .lineSpacing(24) .foregroundStyle(Color.black)