fix: output textbox boundary
All checks were successful
/ deploy_site (push) Successful in 1m49s

This commit is contained in:
2024-10-30 21:47:37 +09:00
parent e184b43a6f
commit 1bff66232d

View File

@ -8,6 +8,7 @@ export const TextArea = styled.textarea`
width: 100%;
height: 100%;
padding: 10px;
box-sizing: border-box;
&:focus {
outline: none;