Skip to content

Commit 19a9944

Browse files
committed
remove bg color form image
Signed-off-by: Archit Sharma <[email protected]>
1 parent 8b2a3e7 commit 19a9944

File tree

1 file changed

+1
-1
lines changed
  • src/sections/Meshery/How-meshery-works/hero

1 file changed

+1
-1
lines changed

src/sections/Meshery/How-meshery-works/hero/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const HowMesheryWorksHeroWrapper = styled.div`
2626
}
2727
2828
.hero-img-wrapper{
29-
background-color: ${props => props.theme.secondaryLightColorTwo};
29+
// background-color: ${props => props.theme.secondaryLightColorTwo};
3030
border-bottom-left-radius: 4.375rem;
3131
border-bottom-right-radius: 4.375rem;
3232
vertical-align: top;

0 commit comments

Comments
 (0)