From 52b7f383e0bf642e17c321618c1d1bd32292b396 Mon Sep 17 00:00:00 2001 From: Cleiton Floss Date: Sun, 31 May 2020 10:03:03 -0400 Subject: [PATCH] Fix: font-size property --- src/renderer/components/ft-input/ft-input.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/ft-input/ft-input.css b/src/renderer/components/ft-input/ft-input.css index 46c15355..4e3aeee6 100644 --- a/src/renderer/components/ft-input/ft-input.css +++ b/src/renderer/components/ft-input/ft-input.css @@ -12,7 +12,7 @@ border: none; background: transparent; margin-bottom: 10px; - font: 16px; + font-size: 16px; height: 45px; color: var(--secondary-text-color); border-bottom: 1px solid var(--secondary-text-color);