Skip to content

Commit

Permalink
style: 포스트잇 내부 사진 크기 맞춤
Browse files Browse the repository at this point in the history
  • Loading branch information
Arooming committed Jan 19, 2024
1 parent 34b2d7c commit 7a317e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const SmallLecueNoteWrapper = styled.div<{
return `background: url(${noteBackground})`;
}
}};
background-size: cover;
background-size: 15.2rem 16.6rem;
color: ${({ noteTextColor }) => {
return noteTextColor;
}};
Expand Down

0 comments on commit 7a317e3

Please sign in to comment.