diff --git a/src/components/FileAttachment.jsx b/src/components/FileAttachment.jsx index a187fc9..d3f73cf 100755 --- a/src/components/FileAttachment.jsx +++ b/src/components/FileAttachment.jsx @@ -46,7 +46,7 @@ export default function FileAttachment({ files, onChange }) {
0 ? 'var(--accent)' : 'var(--border)'}`, borderRadius: 8, padding: '18px 16px', textAlign: 'center', - background: files.length > 0 ? '#fffbeb' : '#fafafa', transition: 'all 0.15s', + background: 'var(--bg)', transition: 'all 0.15s', }}>