Skip to content

Commit

Permalink
#7 [Style] Save Record Input color
Browse files Browse the repository at this point in the history
착장 저장 입력창 배경 색 변경
issue: #7
  • Loading branch information
zhtmahthgus committed Jul 20, 2022
1 parent b3fca4a commit a6ec2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/SaveRecord/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,11 @@ const RecordBox = styled.div`
overflow: visible;
border: 0px solid ${({ theme: color }) => color.grey};
word-wrap: break-word;
background: transparent;
}
textarea::placeholder {
font-family: 'Noto';
font-weight: ${({ theme: font }) => font.light};
color: ${({ theme: { color } }) => color.grey};
}
${applyMediaQuery('mobile')} {
padding-left: 0;
Expand Down

0 comments on commit a6ec2c8

Please sign in to comment.