Skip to content

Commit

Permalink
Updated border color to #f0f0f0 for hero-section/deliveredImages
Browse files Browse the repository at this point in the history
  • Loading branch information
nidhish-nayak authored Sep 21, 2023
1 parent fb3254f commit 542ae9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/hero-section/hero-section.styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ export const DeliveredImages = styled.div`
height: 2em;
border-radius: 50%;
margin-right: -0.5em;
outline: white solid 3px;
outline: #f0f0f0 solid 3px;
}
@media (min-width: 1700px) {
Expand Down

0 comments on commit 542ae9d

Please sign in to comment.