Skip to content

Commit

Permalink
chore: pre태그로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
imddoy committed Jul 19, 2024
1 parent b36d7b0 commit 66b0252
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const Title = styled.h1`
color: ${({ theme }) => theme.colors.gray_400};
`;

export const Description = styled.p`
export const Description = styled.pre`
${({ theme }) => theme.fonts["body2-long"]};
color: ${({ theme }) => theme.colors.white};
word-break: break-all;
Expand Down

0 comments on commit 66b0252

Please sign in to comment.