Skip to content

Commit

Permalink
Made the colors boxes wrap
Browse files Browse the repository at this point in the history
Signed-off-by: Yash Chavda <[email protected]>
  • Loading branch information
yashchavda0 committed Nov 11, 2024
1 parent 5094777 commit abfff2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sections/Company/Brand/Brand-components/catalog.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const Catalog = () => {
white when using project colors as the background.
</p>
</Col>
<Row style={{display: "flex", flexWrap: "wrap"}} className="color-code-wrapper">
<Row style={{ display: "flex", flexWrap: "wrap" }} className="color-code-wrapper">
<ColorBox name="Keppel" R="0" G="179" B="159" colorCode="#00B39F" />
<ColorBox
name="Caribbean Green"
Expand Down
2 changes: 1 addition & 1 deletion src/sections/Company/Brand/Brand-components/community.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const CommunityBrand = () => {
monochrome tonal when using a color background.
</p>
</Col>
<Row style={{display: "flex", flexWrap: "wrap"}} className="color-code-wrapper">
<Row style={{ display: "flex", flexWrap: "wrap" }} 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="Casper" R="177" G="182" B="184" colorCode="#B1B6B8" />
Expand Down

0 comments on commit abfff2a

Please sign in to comment.