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 410bacd commit c73cb14Copy full SHA for c73cb14
resources/js/components/appearance-tabs.tsx
@@ -22,7 +22,7 @@ export default function AppearanceToggleTab({ className = '', ...props }: HTMLAt
22
'flex items-center rounded-md px-3.5 py-1.5 transition-colors',
23
appearance === value
24
? 'bg-white shadow-sm dark:bg-neutral-700 dark:text-neutral-100'
25
- : 'text-neutral-500 hover:bg-neutral-200/60 hover:text-black dark:text-neutral-400 dark:hover:bg-neutral-700/60'
+ : 'text-neutral-500 hover:bg-neutral-200/60 hover:text-black dark:text-neutral-400 dark:hover:bg-neutral-700/60',
26
)}
27
>
28
<Icon className="-ml-1 h-4 w-4" />
0 commit comments