Skip to content

Conversation

@jeetburman
Copy link

This PR addresses issue #602 by renaming the existing red palette to magenta and introducing a new true red palette.

  • Renamed existing red palette to magenta (pinkish-red hues)
  • Created new red palette based on #F91313 (notification error color)
  • Updated palette.ts to use magenta for error backgrounds
  • New red palette provides true red colors for error states

Resolves #602

Notes for Reviewers

This PR fixes #602

The existing red palette contained pinkish-magenta hues (e.g., #ff385c, #FFB3B9). This has been renamed to magenta for semantic accuracy. A new red palette has been created using #F91313 as the base color, which is already used for notification errors and provides true red colors.

Changes are backward compatible - the magenta palette retains all the previous red values, and components using error states now benefit from more accurate red colors.

Signed commits

  • Yes, I signed my commits.

- Renamed existing red palette to magenta (pinkish-red hues)
- Created new red palette based on #F91313 (notification error color)
- Updated palette.ts to use magenta for error backgrounds
- New red palette provides true red colors for error states

Resolves layer5io#602

Signed-off-by: Jeet Burman <jeetburrman@gmail.com>
@jeetburman
Copy link
Author

jeetburman commented Dec 13, 2025

@Rajesh-Nagarajan-11 @leecalcote @nebula-aac , I request a review.

};

export const red = {
export const magenta = {
Copy link
Contributor

Choose a reason for hiding this comment

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

I think these are shades of Rose Red than magenta

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.

Change the red palette to magenta and add a generic red palette

2 participants