File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export const search = tv({
8
8
leftDiv : "absolute inset-y-0 start-0 flex items-center ps-3 pointer-events-none" ,
9
9
icon : "text-gray-500 dark:text-gray-400" ,
10
10
content : "absolute inset-y-0 end-0 flex items-center text-gray-500 dark:text-gray-400" ,
11
- input : "block w-full text-gray-900 border border-gray-300 rounded-lg bg-gray-50 focus:ring-blue -500 focus:border-blue -500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue -500 dark:focus:border-blue -500" ,
11
+ input : "block w-full text-gray-900 border border-gray-300 rounded-lg bg-gray-50 focus:ring-primary -500 focus:border-primary -500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary -500 dark:focus:border-primary -500" ,
12
12
clearbtn : "absolute right-2 top-1/2 -translate-y-1/2 text-gray-400 hover:text-black"
13
13
} ,
14
14
variants : {
You can’t perform that action at this time.
0 commit comments