Skip to content

Commit

Permalink
Merge pull request #5494 from iArchitSharma/imageFixx
Browse files Browse the repository at this point in the history
Remove BG color form image
  • Loading branch information
iArchitSharma authored Apr 16, 2024
2 parents 8b2a3e7 + 19a9944 commit 23188ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/Meshery/How-meshery-works/hero/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const HowMesheryWorksHeroWrapper = styled.div`
}
.hero-img-wrapper{
background-color: ${props => props.theme.secondaryLightColorTwo};
// background-color: ${props => props.theme.secondaryLightColorTwo};
border-bottom-left-radius: 4.375rem;
border-bottom-right-radius: 4.375rem;
vertical-align: top;
Expand Down

0 comments on commit 23188ea

Please sign in to comment.