From b15e88b76bf7d2fe3456871698d97cc5d6066bfe Mon Sep 17 00:00:00 2001 From: Roman Dmytrenko Date: Sun, 7 Jan 2024 16:18:06 +0200 Subject: [PATCH] fix(ui): searchbox has a black text color in dark mode so it's very hard to see what is in the input --- ui/src/components/Searchbox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/Searchbox.tsx b/ui/src/components/Searchbox.tsx index 75c5e5b712..53a0bfcec4 100644 --- a/ui/src/components/Searchbox.tsx +++ b/ui/src/components/Searchbox.tsx @@ -47,7 +47,7 @@ export default function Searchbox(props: SearchboxProps) {