-
Notifications
You must be signed in to change notification settings - Fork 161
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
Conversation
Codecov ReportBase: 81.01% // Head: 81.01% // No change to project coverage 👍
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. |
There was a problem hiding this 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.
src/sass/_style.scss
Outdated
@@ -393,7 +393,7 @@ select.form-control { | |||
line-height: 1.25rem; | |||
overflow-y: scroll; | |||
position: absolute; | |||
background-color: #fff; | |||
background-color: white; |
There was a problem hiding this comment.
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?
62c5dc8
to
b17f719
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks!
Update: Waiting for UX to approve the color changes. |
b17f719
to
17e66d3
Compare
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