Skip to content

Commit d328e1f

Browse files
author
Vivek Vishal
authored
Merge pull request #6321 from vr-varad/brand/bg-font-contrast
Fixed Readability of Saffron Card
2 parents a243639 + 8f575bf commit d328e1f

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/sections/Company/Brand/Brand-components/layer5.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ const Layer5Brand = () => {
9090
}} className="color-code-wrapper">
9191
<ColorBox name="Keppel" R="0" G="179" B="159" colorCode="#00B39F" />
9292
<ColorBox name="Caribbean Green" R="0" G="211" B="169" colorCode="#00D3A9" />
93-
<ColorBox name="Saffron" R="235" G="192" B="23" colorCode="#EBC017" />
93+
<div className="saffron-color-box">
94+
<ColorBox name="Saffron" R="235" G="192" B="23" dark colorCode="#EBC017" />
95+
</div>
9496
<div className="blond-color-box">
9597
<ColorBox name="Blond" R="255" G="243" B="197" dark colorCode="#FFF3C5" />
9698
</div>

src/sections/Company/Brand/brandPage.style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ const BrandPageWrapper = styled.section`
218218
margin-top: 2rem;
219219
}
220220
221-
.blond-color-box, .white-color-box {
221+
.blond-color-box, .white-color-box, .saffron-color-box {
222222
.PalletBox {
223223
color: rgb(30, 33, 23);
224224
.color-name {

0 commit comments

Comments
 (0)