feat: standardize UI theme, fix dark mode consistency, and implement editorial tags
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 1m24s
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 1m24s
This commit is contained in:
@@ -42,8 +42,8 @@ export function SettingsNav({ className }: SettingsNavProps) {
|
||||
className={cn(
|
||||
'flex items-center gap-2 pb-3 pt-4 text-[11px] font-bold uppercase tracking-[0.15em] transition-all whitespace-nowrap border-b-2',
|
||||
isActive(section.href)
|
||||
? 'border-[#D4A373] text-[#1C1C1C]'
|
||||
: 'border-transparent text-[#1C1C1C]/40 hover:text-[#1C1C1C]'
|
||||
? 'border-[#D4A373] text-ink'
|
||||
: 'border-transparent text-muted-ink hover:text-ink'
|
||||
)}
|
||||
>
|
||||
{section.icon}
|
||||
|
||||
Reference in New Issue
Block a user