Skip to content

Commit

Permalink
use sdk colour for table cell accessory
Browse files Browse the repository at this point in the history
  • Loading branch information
brindy committed Nov 3, 2023
1 parent d6eb581 commit 860c20b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DuckDuckGo/Theme+DesignSystem.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ extension Theme {

var iconCellBorderColor: UIColor { UIColor(designSystemColor: .icons) }

#warning("might change")
var tableCellAccessoryTextColor: UIColor { UIColor(designSystemColor: .textSecondary) }

var browsingMenuTextColor: UIColor { UIColor(designSystemColor: .textPrimary) }
var browsingMenuIconsColor: UIColor { UIColor(designSystemColor: .textPrimary) }
var browsingMenuSeparatorColor: UIColor { UIColor(designSystemColor: .lines) }
Expand Down Expand Up @@ -92,4 +89,7 @@ extension Theme {
var autocompleteSuggestionTextColor: UIColor { UIColor(designSystemColor: .textPrimary) }
var tableCellSeparatorColor: UIColor { UIColor(designSystemColor: .lines) }

// No design system colour yet, so fall back to SDK colours
var tableCellAccessoryTextColor: UIColor { .secondaryLabel }

}

0 comments on commit 860c20b

Please sign in to comment.