diff --git a/src/components/Register/atoms/TextareaField.tsx b/src/components/Register/atoms/TextareaField.tsx index f131ebb..72a681b 100644 --- a/src/components/Register/atoms/TextareaField.tsx +++ b/src/components/Register/atoms/TextareaField.tsx @@ -4,7 +4,7 @@ interface TextareaFieldProps extends React.TextareaHTMLAttributes { const defaultStyle = - 'p-4 bg-white rounded-xl text-pink placeholder-gray font-body1 resize-none focus:outline-none focus:shadow-inputField' + 'p-4 bg-white rounded-xl text-pink placeholder-gray text-body1 resize-none focus:outline-none focus:shadow-inputField' const shadowStyle = !props.value && 'shadow-inputField' return (