From a47da4389e60b9836fde5117bbfa4dd7a4c1ff4d Mon Sep 17 00:00:00 2001 From: Abdul Wajid Date: Sun, 12 Nov 2023 00:05:53 +0530 Subject: [PATCH] fix: fix text color --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 28a7bec..958ddc6 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -2,7 +2,7 @@ import { Input } from "./components"; function App() { return ( -
+
);