UI: Change Suno hover color to orange
This commit is contained in:
@@ -371,7 +371,7 @@ export function HomePage() {
|
||||
href="https://suno.com/create"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="px-2 h-8 flex items-center justify-center rounded-lg text-fg-muted hover:text-accent-primary hover:bg-accent-primary/10 transition-all duration-150 font-bold text-[11px] tracking-wide uppercase"
|
||||
className="px-2 h-8 flex items-center justify-center rounded-lg text-fg-muted hover:text-orange-500 hover:bg-orange-500/10 transition-all duration-150 font-bold text-[11px] tracking-wide uppercase"
|
||||
title="Create on Suno"
|
||||
>
|
||||
Suno
|
||||
|
||||
Reference in New Issue
Block a user