From a6ec2c8226aa325a04e0140545ac5e37c8f462ad Mon Sep 17 00:00:00 2001 From: zhtmahthgus Date: Wed, 20 Jul 2022 13:03:14 +0900 Subject: [PATCH] =?UTF-8?q?#7=20[Style]=20Save=20Record=20Input=20color=20?= =?UTF-8?q?=EC=B0=A9=EC=9E=A5=20=EC=A0=80=EC=9E=A5=20=EC=9E=85=EB=A0=A5?= =?UTF-8?q?=EC=B0=BD=20=EB=B0=B0=EA=B2=BD=20=EC=83=89=20=EB=B3=80=EA=B2=BD?= =?UTF-8?q?=20issue:=20#7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/SaveRecord/style.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/SaveRecord/style.js b/src/pages/SaveRecord/style.js index 42204e4..1e59754 100644 --- a/src/pages/SaveRecord/style.js +++ b/src/pages/SaveRecord/style.js @@ -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;