give dark mode some love 🖤
This commit is contained in:
@@ -42,8 +42,8 @@ function LinkWithIcon({
|
||||
return (
|
||||
<Link
|
||||
className={cn(
|
||||
'text-text flex items-center gap-2 rounded-md px-3 py-2 text-sm font-medium transition-all transition-colors hover:bg-slate-100',
|
||||
active && 'bg-slate-100',
|
||||
'text-text hover:bg-def-200 flex items-center gap-2 rounded-md px-3 py-2 text-sm font-medium transition-all transition-colors',
|
||||
active && 'bg-def-200',
|
||||
className
|
||||
)}
|
||||
href={href}
|
||||
|
||||
Reference in New Issue
Block a user