From d1602e3ad7f6e50a683113d0df08a379acf0f0a9 Mon Sep 17 00:00:00 2001 From: sageTheDM Date: Tue, 8 Oct 2024 07:33:02 +0200 Subject: [PATCH] Input fields now do update the text color --- app/components/InputFrontend.tsx | 1 + app/components/settings/TextSettings.tsx | 1 + app/styles/input.css | 5 +++++ 3 files changed, 7 insertions(+) diff --git a/app/components/InputFrontend.tsx b/app/components/InputFrontend.tsx index 9589096..fec7713 100644 --- a/app/components/InputFrontend.tsx +++ b/app/components/InputFrontend.tsx @@ -47,6 +47,7 @@ const InputFrontend = React.forwardRef( value={inputValue} onChange={handleInputChange} onKeyDown={handleKeyDown} + className='textInputField' />