Skip to content

Commit

Permalink
Remove custom colors.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Nov 16, 2023
1 parent c6d40b4 commit d8d83a4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 78 deletions.

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions DuckDuckGo/VPNWaitlistView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -355,13 +355,13 @@ private struct WaitlistListEntryView: View {
VStack(alignment: .leading, spacing: 2) {
Text(viewData.title)
.font(.system(size: 13, weight: .bold))
.foregroundColor(Color("BlackWhite80"))
.opacity(0.8)
.multilineTextAlignment(.leading)
.frame(maxWidth: .infinity, alignment: .leading)

Text(viewData.subtitle)
.font(.system(size: 13))
.foregroundColor(Color("BlackWhite60"))
.opacity(0.6)
.multilineTextAlignment(.leading)
.frame(maxWidth: .infinity, alignment: .leading)
}
Expand Down

0 comments on commit d8d83a4

Please sign in to comment.