Skip to content

Commit

Permalink
Merge pull request #136 from 2022-Winter-Bootcamp-Team-K/feat/#135-Wa…
Browse files Browse the repository at this point in the history
…rning

feat : 경고 문구 변경
  • Loading branch information
minseok1015 authored Jan 31, 2023
2 parents 4f3573e + ec5d27d commit 996399e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Page/MemoText.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ const SketchbookImg = styled.div`
const Error = styled(ErrorMessage)`
color: red;
text-align: center;
font-family: ${props => props.pontType};
`;
const InputMemo = styled(Field)`
//메모 입력하는 곳
Expand Down Expand Up @@ -161,6 +162,7 @@ function MemoText({
component="div"
name="text"
className="invalid-feedback"
pontType={pontType}
/>
</SketchbookImg>
<BtnWrap>
Expand Down

0 comments on commit 996399e

Please sign in to comment.