Skip to content

Commit

Permalink
Merge pull request #206 from Team-Lecue/Hotfix-Rooming
Browse files Browse the repository at this point in the history
Merge Hotfix rooming into dev
  • Loading branch information
Arooming authored Jan 19, 2024
2 parents 07053fb + 7885fd4 commit b68afd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/Detail/components/SmallLecueNote/SmallLecueNote.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ export const SmallLecueNoteContent = styled.p`
max-height: 100%;
white-space: pre-wrap;
${({ theme }) => theme.fonts.Body2_M_14};
`;

Expand Down
2 changes: 1 addition & 1 deletion src/Target/components/CompleteButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function CompleteButton({ isActive, onClick }: CompleteButtonProps) {
return (
<S.CompleteButtonWrapper>
<Button variant="complete" disabled={!isActive} onClick={onClick}>
완료
다음
</Button>
</S.CompleteButtonWrapper>
);
Expand Down

0 comments on commit b68afd3

Please sign in to comment.