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)