Skip to content

Commit

Permalink
style. 광고 영역 배경색 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
hyu-dev committed Jan 3, 2024
1 parent 997e343 commit cc44704
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const BannerWrap = styled.section`
width: 100%;
height: 66px;
border-radius: 20px;
background-color: ${({ theme }) => theme.colors.lightGray};
background-color: transparent;
`;

const Title = styled.h1`
Expand Down

0 comments on commit cc44704

Please sign in to comment.