From 1a4cd3631b7b742f7fdfd02f08da7b846957471c Mon Sep 17 00:00:00 2001 From: Cleiton Floss Date: Wed, 3 Jun 2020 21:17:13 -0400 Subject: [PATCH] Inputs: add a border-radius --- src/renderer/components/ft-input/ft-input.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/renderer/components/ft-input/ft-input.css b/src/renderer/components/ft-input/ft-input.css index c0e9e3fa..13224984 100644 --- a/src/renderer/components/ft-input/ft-input.css +++ b/src/renderer/components/ft-input/ft-input.css @@ -15,6 +15,7 @@ font-size: 16px; height: 45px; color: var(--secondary-text-color); + border-radius: 5px; background-color: var(--search-bar-color); }