Skip to content

Commit 7893502

Browse files
authored
fix: Text color for the "Join" button - WPB-14540 (#4066)
1 parent 086b1eb commit 7893502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wire-ios/Wire-iOS/Sources/UserInterface/Conversation/ConversationViewController+NavigationBar.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ extension ConversationViewController {
7575
let button = UIButton(type: .system)
7676
button.setTitle(L10n.Localizable.ConversationList.RightAccessory.JoinButton.title, for: .normal)
7777
button.titleLabel?.font = .font(for: .body2)
78-
button.setTitleColor(SemanticColors.Label.textWhite, for: .normal)
78+
button.setTitleColor(SemanticColors.Label.textDefaultWhite, for: .normal)
7979
button.titleLabel?.font = UIFont.systemFont(ofSize: 16)
8080
button.titleLabel?.adjustsFontForContentSizeCategory = false
8181

0 commit comments

Comments
 (0)