Remove usage of UIColor.Photon.Grey60 #24461
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
UIColor.Photon.Grey60
is used underLoginsHelper
class. Turns out it's used in aclass func replace(_ base: String, keys: [String], replacements: [String]) -> NSMutableAttributedString
that isn't called anymore. So let's remove it from the code.UIColor.Photon.Grey60
should be removed 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: