File tree Expand file tree Collapse file tree
src/sections/Company/Brand Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments