From f21d158a8ec5fd204fd513f140cfa33b97cb5383 Mon Sep 17 00:00:00 2001 From: enes Date: Tue, 30 Jul 2024 18:04:40 +0200 Subject: [PATCH] fix: input font-family inherit --- src/App.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/App.scss b/src/App.scss index f5394f7..5461a4a 100644 --- a/src/App.scss +++ b/src/App.scss @@ -63,3 +63,7 @@ a { text-decoration-color: inherit; } } + +input { + font-family: inherit; +}