feat(suggestion): 背景色变化
This commit is contained in:
parent
015313cb83
commit
f14d0fe6fd
@ -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}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user