Skip to content

Commit

Permalink
apply previous gradient to progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
brindy committed Jan 16, 2024
1 parent 0631759 commit fabfd30
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions DuckDuckGo/Theme+DesignSystem.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,11 @@ extension Theme {
var feedbackPrimaryTextColor: UIColor { UIColor(designSystemColor: .textPrimary) }
var feedbackSecondaryTextColor: UIColor { UIColor(designSystemColor: .textSecondary) }

var progressBarGradientDarkColor: UIColor { UIColor(designSystemColor: .accent) }
var progressBarGradientLightColor: UIColor { UIColor(designSystemColor: .accent) }
// var progressBarGradientDarkColor: UIColor { UIColor(designSystemColor: .accent) }
// var progressBarGradientLightColor: UIColor { UIColor(designSystemColor: .accent) }

var progressBarGradientDarkColor: UIColor { UIColor.cornflowerBlue }
var progressBarGradientLightColor: UIColor { UIColor.skyBlueLight }

var daxDialogBackgroundColor: UIColor { UIColor(designSystemColor: .surface) }
var daxDialogTextColor: UIColor { UIColor(designSystemColor: .textPrimary) }
Expand Down

0 comments on commit fabfd30

Please sign in to comment.