You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
input창 안의 placeholder, defaultValue → paddingleft: 10px
인풋창 클릭시 아웃라인 색 변경은 메인색상
export const ReviewInput = styled.textarea `
border: 1px solid #f7f7f7; // none 하면 foucus가 먹지 않아서 background-color와 동일하게 맞춰준 코드
background-color: #f7f7f7;
:focus {
outline: 2px solid #40e0d0; // 이게 아웃라인 색 변경
}`
인풋창 안의 placeholder 색상#4f4f4f / defaultValue색상 #bdbdbd → 두개의 색상 따로 설정하지 않으면 다르게나옴
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
paddingleft: 10px
#4f4f4f
/ defaultValue색상#bdbdbd
→ 두개의 색상 따로 설정하지 않으면 다르게나옴Beta Was this translation helpful? Give feedback.
All reactions