feat(suggestion): 背景色变化

This commit is contained in:
肖应宇 2026-06-15 09:41:29 +08:00
parent 015313cb83
commit f14d0fe6fd

View File

@ -68,7 +68,7 @@ export const Suggestion = ({
className={cn( className={cn(
"cursor-pointer w-[216px] rounded-full px-[20px] py-[15px] text-sm font-normal", "cursor-pointer w-[216px] rounded-full px-[20px] py-[15px] text-sm font-normal",
"border-none bg-ws-surface-subtle text-ws-text-muted", "border-none bg-ws-surface-subtle text-ws-text-muted",
"hover:bg-ws-surface-elevated hover:text-ws-base-1", "hover:bg-ws-interactive-hover hover:text-ws-base-1",
className, className,
)} )}
onClick={handleClick} onClick={handleClick}