Skip to content

Commit a82c2bc

Browse files
committed
fix: blue to primary in search theme
1 parent 7c54ea1 commit a82c2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/forms/search/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const search = tv({
88
leftDiv: "absolute inset-y-0 start-0 flex items-center ps-3 pointer-events-none",
99
icon: "text-gray-500 dark:text-gray-400",
1010
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",
1212
clearbtn: "absolute right-2 top-1/2 -translate-y-1/2 text-gray-400 hover:text-black"
1313
},
1414
variants: {

0 commit comments

Comments
 (0)