From 41ba50d4177f3bee189b8dfa6f128deb9ccc4637 Mon Sep 17 00:00:00 2001 From: Mathis Date: Mon, 17 Jun 2024 09:44:47 +0200 Subject: [PATCH] feat(ui): Change input background color to accent In the 'input.tsx' component of the UI, the background color property of the input field has been updated from 'bg-background' to 'bg-accent' to enhance visibility. --- src/components/ui/input.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/input.tsx b/src/components/ui/input.tsx index ba2fbcc..75563b8 100644 --- a/src/components/ui/input.tsx +++ b/src/components/ui/input.tsx @@ -10,7 +10,7 @@ const Input = React.forwardRef(