Replace usage of UIColor.Photon.White100 #24460
Labels
Contributor OK
This is a good issue for contributors interested in helping the project
Theming System
Relates to removing the legacy theme, or improving theming related problems
📄 Context
We have deprecated colors in our app under
photon-colors.swift
we shouldn't be using anymore. I am creating some tasks so we remove them one by one to ensure we make small PRs and evaluate colors usage per their context.✏ Requirements
GradientProgressBar
andTopTabFader
both usesUIColor.Photon.White100
. Let's replace those withUIColor.white
. This will avoid a redesign and remove the deprecated color system.Note; if
UIColor.Photon.White100
isn't used anymore, you can remove it from thephoton-colors.swift
fileℹ️ Reference Person
@lmarceau
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: