Skip to content

Commit

Permalink
Update file preview bar to use neutral background color instead of red
Browse files Browse the repository at this point in the history
  • Loading branch information
Royal-lobster committed Nov 26, 2023
1 parent b2705a7 commit 2ffe621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sidebar/chat/FilePreviewBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const FilePreviewBar = ({ files, removeFile }: FilePreviewBarProps) => {
<img
src={URL.createObjectURL(file.blob)}
alt="preview"
className="cdx-w-14 cdx-h-14 cdx-object-cover cdx-rounded cdx-bg-red-400"
className="cdx-w-14 cdx-h-14 cdx-object-cover cdx-rounded cdx-bg-neutral-500"
/>
</div>
<button
Expand Down

0 comments on commit 2ffe621

Please sign in to comment.