We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7f208e commit 56d2a83Copy full SHA for 56d2a83
src/lib/darkmode/theme.ts
@@ -1,5 +1,5 @@
1
import { tv } from "tailwind-variants";
2
3
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"
+ 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"
5
});
0 commit comments