Skip to content

Commit

Permalink
[FIX] ScheduleLayout 그라데이션 높이 지정 (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
keemsebin authored Sep 21, 2024
1 parent 5d69855 commit b3022ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/common/ScheduleLayout/ScheduleLayout.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ export const StyledScheduleLayoutContainer = styled.div`
rgba(133, 123, 255, 0.9) 60%,
${colors.GY6} 100%
);
background-size: 100% 350px;
background-repeat: no-repeat;
`;

0 comments on commit b3022ad

Please sign in to comment.