Skip to content

Commit

Permalink
fix(chat): fix colors (Issue #2113) (#2504)
Browse files Browse the repository at this point in the history
  • Loading branch information
Derikyan authored Nov 4, 2024
1 parent cf34bb6 commit f334be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/chat/src/components/Chat/MessageAttachments.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const MessageAttachments = ({ attachments, isInner }: Props) => {
return isUnderSection && !isInner ? (
<div
data-no-context-menu
className="rounded border border-primary bg-layer-1"
className="rounded border border-secondary bg-layer-1"
>
<button
className="flex w-full items-center gap-2 p-2 text-sm"
Expand Down

0 comments on commit f334be4

Please sign in to comment.