In ui-colors component README.md file the gradle dependency is incorrect.
WRONG ❌
implementation "org.mozilla.photon:ui-colors:{latest-version}"
Must be 🔵
implementation "org.mozilla.components:ui-colors:{latest-version}"
I'm a newbie here. I would like to take up this task.
@Shubhamurkade Alright! It's all yours. Please open a PR with the change. We do have some guides on contributing linked here: https://mozilla-mobile.github.io/android-components/contributing/
Please let us know if you have any questions.