From 9d03e1af8bbe15c1dc9bafc605a754d0e509a1fa Mon Sep 17 00:00:00 2001 From: "Soohyun, Chae" Date: Fri, 24 Feb 2023 18:10:13 +0900 Subject: [PATCH] Update README.md duplicate --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7aa5da..3933aa8 100644 --- a/README.md +++ b/README.md @@ -407,7 +407,7 @@ const App = () => { className={`block transition duration-200 px-2 py-2 cursor-pointer select-none truncate rounded ${ !data.isSelected ? `text-white bg-blue-500` - : `text-gray-500 bg-blue-100 text-blue-500` + : `bg-blue-100 text-blue-500` }`} > // data represents each option in the list