From 23e41a738ded2cf9b95c4c2026ded2f08b532b3d Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Tue, 15 Dec 2020 15:06:53 +0530 Subject: [PATCH] fix: Set fallback input height --- frappe/public/scss/desk/css_variables.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frappe/public/scss/desk/css_variables.scss b/frappe/public/scss/desk/css_variables.scss index b85ce35d2a..4073a611bc 100644 --- a/frappe/public/scss/desk/css_variables.scss +++ b/frappe/public/scss/desk/css_variables.scss @@ -1,3 +1,5 @@ +$input-height: 28px !default; + :root, [data-theme="light"] { --pink-900: #5B1E34;