diff --git a/src/components/chat/ChatMediaRenderer.tsx b/src/components/chat/ChatMediaRenderer.tsx index 7a92fe1..e9284ed 100644 --- a/src/components/chat/ChatMediaRenderer.tsx +++ b/src/components/chat/ChatMediaRenderer.tsx @@ -54,7 +54,7 @@ function parseBlossomUrl( * Get icon component based on media type */ function MediaIcon({ type }: { type: "image" | "video" | "audio" }) { - const iconClass = "size-4 shrink-0"; + const iconClass = "size-3.5 shrink-0 text-muted-foreground"; switch (type) { case "image": return ; @@ -91,7 +91,7 @@ export function ChatMediaRenderer({ url, type, imeta }: MediaRendererProps) { }; return ( - + - + )}