Skip to content

Commit

Permalink
Merge pull request #138 from KDT-hahahoho/Feat/#137
Browse files Browse the repository at this point in the history
AI 추천 미션 선택버튼 UI를 수정한다
  • Loading branch information
HuiseonDev authored Nov 18, 2024
2 parents 0a2b7af + abccd59 commit 28519ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/emotion/mission/EmotionMission.style.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ export const WishImage = styled.img`
`;

export const ButtonContainer = styled.div`
min-width: 100%;
max-width: 100%;
width: 100%;
& > button {
width: calc(100% - 6rem);
display: flex;
justify-content: space-between;
flex-grow: 1;
Expand Down

0 comments on commit 28519ee

Please sign in to comment.