Skip to content

fixed bg-color for locked tag#729

Merged
shayan-roshan merged 2 commits into
masterfrom
status-tags
Jan 31, 2025
Merged

fixed bg-color for locked tag#729
shayan-roshan merged 2 commits into
masterfrom
status-tags

Conversation

@shayan-roshan
Copy link
Copy Markdown
Contributor

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

@github-actions
Copy link
Copy Markdown

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

$error-lightest-alt: #FDE0DB;
$error-dark-alt: #B50909;

$base-lighter-alt: #E5E5E5;
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
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