From 15d78fde0e66125a206473e2ca59484de60aa7df Mon Sep 17 00:00:00 2001 From: phongnt Date: Fri, 24 Jul 2020 18:26:41 +0700 Subject: [PATCH] changes for #41 --- client/src/components/Input/style.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Input/style.module.scss b/client/src/components/Input/style.module.scss index da04ce9..69cb79e 100644 --- a/client/src/components/Input/style.module.scss +++ b/client/src/components/Input/style.module.scss @@ -17,7 +17,7 @@ border: 0; color: $black; font: 400 12pt/1.25 Inter; - height: 38px; + height: 36px; outline: none; }