diff --git a/frontend/src/components/common/LongReviewItem/styles.ts b/frontend/src/components/common/LongReviewItem/styles.ts index d06a800aa..113cfb1e7 100644 --- a/frontend/src/components/common/LongReviewItem/styles.ts +++ b/frontend/src/components/common/LongReviewItem/styles.ts @@ -19,16 +19,11 @@ export const Textarea = styled.textarea` 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 }}; `;