From 6885ae6216119155e86146c39ca502fa8a18183f Mon Sep 17 00:00:00 2001 From: Lei Nelissen Date: Tue, 10 Jan 2023 22:07:53 +0100 Subject: [PATCH] fix: font colour for dark mode on input --- src/components/Input.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/Input.tsx b/src/components/Input.tsx index a4c4b74..dae4ee0 100644 --- a/src/components/Input.tsx +++ b/src/components/Input.tsx @@ -35,7 +35,12 @@ function Input({ icon = null, style, testID, ...rest }: InputProps) { )} - + ); }