-
Notifications
You must be signed in to change notification settings - Fork 136
Closed
Labels
Description
During the working on the challenge https://www.topcoder.com/challenges/30072639 based on the new designs https://marvelapp.com/7908ihg/screen/48326788 there were some colors found in designs which are not present in our current SCSS variables list https://github.com/appirio-tech/tc-ui/blob/feature/connectv2/src/styles/_variables.scss.
There are several things which we have to resolve after challenge finished and we have a list of missing color variables:
- Get clarifications from Victor what should we do if see some colors in designs which are missing in the variables list.
- Find all hardcoded colors in connect app which are missed from the list and add them (
connect-apportc-ui) - We already have some variables defined in the connect-app https://github.com/appirio-tech/connect-app/blob/dev/src/styles/_variables.scss. Consider moving them to
tc-ui.