diff --git a/src/renderer/components/ft-input/ft-input.css b/src/renderer/components/ft-input/ft-input.css index 13224984..d1799b93 100644 --- a/src/renderer/components/ft-input/ft-input.css +++ b/src/renderer/components/ft-input/ft-input.css @@ -8,7 +8,7 @@ -moz-box-sizing: border-box; outline: none; width: 100%; - padding: 7px; + padding: 1rem; border: none; background: transparent; margin-bottom: 10px;