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

feat: Remove border conflicts with bg's, update Sass vars hex values #71

Conversation

caripizza
Copy link
Contributor

Related issue: #68

Summary:
This pr updates the following Sass var values for light/dark theme borders:

Sass var theme changes OLD NEW
Light theme    
  $ui-border-2-light: #dfdfdf (blk-030) #d4d4d4 (blk-040)
  $ui-border-3-light: #eaeaea (blk-020) #dfdfdf (blk-030)
Dark theme    
  $ui-border-1-dark: #4a4a4a (blk-170) #555555 (blk-160)
  $ui-border-2-dark: #404040 (blk-180) #4a4a4a (blk-170)
  $ui-border-3-dark: #353535 (blk-190) #404040 (blk-180)

(I tested these changes via npm link with my local cc clone, and they looked good to me/no major changes that I could see.)

Note: I wasn't sure if I should bump the patch version in package-lock/package.json. I can add that if that'd be helpful for release.


#### SASS variable updates

- :warning: `$ui-border-2-light` is now `#d4d4d4` (`$blk-040`)
Copy link
Member

Choose a reason for hiding this comment

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

maybe note the changes to the resulting css vars if there are any that are updated as well

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done! Should I bump the patch version on package-lock/package.json too (6.0.1), or is that done during release?

@caripizza caripizza merged commit 1952c50 into Esri:master Jun 25, 2021
@caripizza caripizza deleted the caripizza/68-remove-border-conflicts-update-vars branch June 25, 2021 15:30
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.

2 participants