From e523b6b6a889f1a026270411203cda76e02f4128 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sun, 15 Oct 2023 21:36:51 +0200 Subject: Update text field --- src/objects/_text-field.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'src/objects') diff --git a/src/objects/_text-field.scss b/src/objects/_text-field.scss index ad03ec5..88c4535 100644 --- a/src/objects/_text-field.scss +++ b/src/objects/_text-field.scss @@ -120,6 +120,7 @@ border: 1px solid transparent; background-color: transparent; color: fn.color(--text); + font: inherit; line-height: $line-height; resize: none; appearance: none; -- cgit v1.2.3-54-g00ecf