Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Fix #8396: Use correct text color for Brave VPN menu button (#8427)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylehickinson committed Nov 16, 2023
1 parent 5f9c56f commit 56653e0
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 56653e0

Please sign in to comment.