fix: unify homepage card background with the browse page
Match the official-recommendation and popular cards to the message bubble surface color (#272632) used on the browse/all page and the latest section, so homepage content cards and the browse page share one background. Also align the popular card border with the official card (#27292E). Categories tiles are intentionally left unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -19,7 +19,7 @@ function isPlaceholderAsset(path: string | undefined | null) {
|
||||
}
|
||||
|
||||
const CARD_BASE_CLASS =
|
||||
"group flex shrink-0 flex-col overflow-hidden rounded-xl border bg-[#1D1E23] transition hover:border-ark-gold/55 hover:shadow-lg hover:shadow-black/30";
|
||||
"group flex shrink-0 flex-col overflow-hidden rounded-xl border bg-[#272632] transition hover:border-ark-gold/55 hover:shadow-lg hover:shadow-black/30";
|
||||
|
||||
const CARD_HOVER_SPRING = {
|
||||
type: "spring",
|
||||
|
||||
Reference in New Issue
Block a user