fix(web): update snippet placeholder icon color (#38445)

This commit is contained in:
KVOJJJin 2026-07-06 13:10:36 +08:00 committed by GitHub
parent de5af6c2da
commit 93eb6d32b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ export function SnippetPlaceholderIcon({
return (
<div
className={cn(
'flex size-10 shrink-0 items-center justify-center rounded-[10px] border border-divider-subtle bg-state-accent-hover text-text-accent shadow-xs',
'flex size-10 shrink-0 items-center justify-center rounded-[10px] border border-divider-subtle bg-state-accent-hover text-[#5D6FBB] shadow-xs',
className,
)}
aria-hidden="true"