-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
796 - refactor: Change gray colors palette #805
base: main
Are you sure you want to change the base?
796 - refactor: Change gray colors palette #805
Conversation
π WalkthroughWalkthroughThe changes introduce a new section in the SCSS constants for gray colors, adding multiple variables that define various shades of gray using HSL values. Additionally, the hexadecimal color codes for existing technology theme variables (JavaScript, React, Angular, Node, AWS) have been modified to lowercase. These updates enhance the color palette available for styling without altering any application logic or control flow. Changes
Suggested labels
Suggested reviewers
π Recent review detailsConfiguration used: .coderabbit.yaml π Files selected for processing (1)
π§ Files skipped from review as they are similar to previous changes (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? πͺ§ TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
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.
Actionable comments posted: 0
π§Ή Nitpick comments (1)
src/core/styles/_constants.scss (1)
77-78
: Review Unused Variable.
The$color-blue
variable designated for link color does not appear to be used. Consider removing it to clean up the codebase if it's not referenced elsewhere.
π Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
π Files selected for processing (1)
src/core/styles/_constants.scss
(1 hunks)
π Additional comments (2)
src/core/styles/_constants.scss (2)
50-61
: Material Gray Palette Implementation.
The new gray color variables are clearly defined with HSL values and follow a consistent naming convention aligned with Material Design guidelines. This enhances clarity and maintainability.
66-75
: Consistent Technology Theme Colors.
The hexadecimal codes for the technology-themed color variables are now in lowercase, which improves consistency and readability. Great job refining these values!
run visual now |
What type of PR is this? (select all that apply)
Description
Redefine the gray color constants according to the Material Design palette. And name the colors variables as color-gray-xxx.
Related Tickets & Documents
Screenshots, Recordings
Added/updated tests?
[optional] Are there any post deployment tasks we need to perform?
[optional] What gif best describes this PR or how it makes you feel?
Additional notes
When I was working on this issue, I discovered:
The file /site/readme/styleguide-design.md must be updated according to the changes made.
In src/core/styles/_constants.scss there is a comment:
But there isn't such file or directory
Summary by CodeRabbit
Summary by CodeRabbit
New Features
Style