Page MenuHomePhabricator

Clean up one-off colors used in the app
Closed, ResolvedPublic

Description

For any UI colors used in the app that do not flow through Theme.swift, modify the codebase to ensure they go through Theme.swift in some way.

For background: we plan to eventually have a wrapper class that routes any color choice calls to Theme.swift to use new colors that live in our new design components framework. Before we can make the wrapper class we need to make sure any one-off color creations are not peppered throughout the app.

Event Timeline

LGoto triaged this task as Medium priority.Feb 14 2023, 7:12 PM
LGoto moved this task from Needs Triage to Engineering Backlog on the Wikipedia-iOS-App-Backlog board.

This is a tech task - it will be tested along with T299793.