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

Enhance Font Contrast for Saffron Color Card Based on Light/Dark Mode Preference #5941 #5970

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/sections/Company/Brand/Brand-components/layer5.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ const Layer5Brand = () => {
<Row className="color-code-wrapper">
<ColorBox name="Keppel" R="0" G="179" B="159" colorCode="#00B39F" />
<ColorBox name="Caribbean Green" R="0" G="211" B="169" colorCode="#00D3A9" />
<ColorBox name="Saffron" R="235" G="192" B="23" colorCode="#EBC017" />
<div className="blond-color-box">
Copy link
Member

Choose a reason for hiding this comment

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

why are we using the class of next color box ?

<ColorBox name="Saffron" R="235" G="192" B="23" dark colorCode="#EBC017" />
</div>
<div className="blond-color-box">
<ColorBox name="Blond" R="255" G="243" B="197" dark colorCode="#FFF3C5" />
</div>
Expand Down
Loading