Skip to content

Commit

Permalink
Update Badge color in LocationCarrousel for better visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Dec 28, 2024
1 parent 158c3c4 commit 582d828
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/components/LocationCarrousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ const LocationCarrousel = ({
</div>
<div className="title">
<h2>{location.name}</h2>
<Badge backgroundColor="#B3E5FC" color="#2D7AB3" text="New" />
<Badge backgroundColor="#B3E5FC" color="#044f71" text="New" />
{/* <Badge backgroundColor="#B3E5FC" color="#2D7AB3" text="New" /> */}
{/* <Badge backgroundColor="#FFE0B2" color="#EF8743" text="200 m from you" />
<Badge backgroundColor="#FEEBEE" color="#F37977" text="-20% sale" /> */}
</div>
Expand Down

0 comments on commit 582d828

Please sign in to comment.