Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use paragon branding variables for colors #681

Merged
merged 1 commit into from
Nov 28, 2022
Merged

Conversation

shahbaz-shabbir05
Copy link
Contributor

@shahbaz-shabbir05 shahbaz-shabbir05 commented Nov 21, 2022

We currently have branding issue in our repo. We are hardcoding branding colors in different parts of our code.
Now, we are using paragon branding variables instead of hardcoding the colors.

Tickets: VAN-1163

@codecov
Copy link

codecov bot commented Nov 21, 2022

Codecov Report

Base: 81.01% // Head: 81.01% // No change to project coverage 👍

Coverage data is based on head (62c5dc8) compared to base (5df3d8f).
Patch has no changes to coverable lines.

❗ Current head 62c5dc8 differs from pull request most recent head 17e66d3. Consider uploading reports for the commit 17e66d3 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #681   +/-   ##
=======================================
  Coverage   81.01%   81.01%           
=======================================
  Files          86       86           
  Lines        1849     1849           
  Branches      522      522           
=======================================
  Hits         1498     1498           
  Misses        336      336           
  Partials       15       15           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@arbrandes arbrandes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is awesome, thanks @shahbaz-arbisoft! I only had one comment.

@@ -393,7 +393,7 @@ select.form-control {
line-height: 1.25rem;
overflow-y: scroll;
position: absolute;
background-color: #fff;
background-color: white;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mind using $white here and elsewhere?

Copy link
Contributor

@arbrandes arbrandes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thanks!

@zainab-amir
Copy link
Contributor

zainab-amir commented Nov 23, 2022

Update: Waiting for UX to approve the color changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants