Skip to content

Commit 56d2a83

Browse files
committed
fix: remove focus:ring-2 from darkmode
1 parent a7f208e commit 56d2a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/darkmode/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { tv } from "tailwind-variants";
22

33
export const darkmode = tv({
4-
base: "text-gray-500 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-700 focus:outline-hidden rounded-lg text-sm p-2.5 focus:ring-2"
4+
base: "text-gray-500 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-700 focus:outline-hidden rounded-lg text-sm p-2.5"
55
});

0 commit comments

Comments
 (0)