From 8d874071236aa9d8433837e613a23fa50d0174ba Mon Sep 17 00:00:00 2001 From: MetaCubeX Date: Fri, 27 May 2022 03:44:49 +0800 Subject: chore: dashboard style --- src/components/Input.module.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/components/Input.module.scss') diff --git a/src/components/Input.module.scss b/src/components/Input.module.scss index 4ca42fa..021fe18 100644 --- a/src/components/Input.module.scss +++ b/src/components/Input.module.scss @@ -8,10 +8,11 @@ color: inherit; display: inline-block; font-size: inherit; - height: 40px; + height: 35px; outline: none; padding: 0 15px; width: 100%; + font-size: small; } .input:focus { -- cgit v1.3.1