Skip to content

Commit bd385c8

Browse files
committed
revert background color
Signed-off-by: Ashok Kumar <ashokgupta2678@gmail.com>
1 parent 9892cea commit bd385c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/sections/Home/Playground-home

src/sections/Home/Playground-home/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ const ViewsSectionWrapper = styled.div`
199199
height:150px;
200200
padding: 2rem;
201201
box-sizing: border-box;
202-
background-color: ${(props) => props.theme.grey191919ToGreyF2F5F7};
202+
background-color: ${(props) => props.theme.backgroundColor};
203203
color: ${(props) => props.theme.whiteEightToBlack};
204204
margin-bottom: 1rem;
205205
border-radius: 1rem;

0 commit comments

Comments
 (0)