Skip to content

Commit

Permalink
Fix brave/brave-ios#8396: Use correct text color for Brave VPN menu b…
Browse files Browse the repository at this point in the history
  • Loading branch information
kylehickinson committed Nov 16, 2023
1 parent aff3cf7 commit 6603de4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ struct VPNMenuButton: View {
.padding(.vertical, 2)
VStack(alignment: .leading, spacing: 3) {
Text(verbatim: description == nil ? "Brave VPN" : Strings.OptionsMenu.braveVPNItemTitle)
.foregroundColor(Color(.bravePrimary))
if let subTitle = description {
Text(retryStateActive ? Strings.VPN.vpnUpdatePaymentMethodDescriptionText : subTitle)
.font(.subheadline)
Expand Down

0 comments on commit 6603de4

Please sign in to comment.