Skip to content

Commit

Permalink
desing: LongReviewItem의 font-weight 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
BadaHertz52 committed Aug 20, 2024
1 parent 37f9dae commit 6aabd39
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions frontend/src/components/common/LongReviewItem/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,11 @@ export const Textarea = styled.textarea<TextareaProps>`
height: 15rem;
padding: 1.6rem;
font-weight: ${({ theme }) => theme.fontWeight.medium};
overflow-wrap: break-word;
border: 0.1rem solid ${({ $isError, theme }) => ($isError ? theme.colors.red : theme.colors.black)};
border-radius: 0.8rem;
&::placeholder {
font-weight: ${({ theme }) => theme.fontWeight.medium};
}
${({ $style }) => $style && { ...$style }};
`;

Expand Down

0 comments on commit 6aabd39

Please sign in to comment.