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

fixed bg-color for locked tag #729

Merged
merged 2 commits into from
Jan 31, 2025
Merged

fixed bg-color for locked tag #729

merged 2 commits into from
Jan 31, 2025

Conversation

shayan-roshan
Copy link
Contributor

changed bg color for locked status tag from #c9c9c9 to #e5e5e5.

Copy link

github-actions bot commented Jan 30, 2025

PR Preview Action v1.6.0
Preview removed because the pull request was closed.
2025-01-31 13:16 UTC

@@ -7,6 +7,8 @@ $error-lighter-alt: #FDB8AE;
$error-lightest-alt: #FDE0DB;
$error-dark-alt: #B50909;

$base-lighter-alt: #E5E5E5;
Copy link
Contributor

Choose a reason for hiding this comment

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

I wouldn't have this as a var, and if you keep it as a var, I wouldn't call this base-lighter-alt.

I made the vars for the others because design was calling those colors "error-lightest" and wanted to keep straight that it's the "error-lightest" that they are asking for, but an alt to the error-lightest we have in the code.

For this background they just gave a hex code, and the code is not used anywhere else, I think you're fine to just use the hex code in L461.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

removed the base-lighter alt var and used the hex instead

Copy link
Contributor

@cwolf10 cwolf10 left a comment

Choose a reason for hiding this comment

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

LGTM

@shayan-roshan shayan-roshan merged commit 2a3e538 into master Jan 31, 2025
3 checks passed
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