fix: fix upload button style

This commit is contained in:
Pionxzh
2024-01-07 09:02:01 +08:00
parent 2d8a6ce5c1
commit 2960a92ae4

View File

@@ -221,7 +221,7 @@ const DialogContent: FC<DialogContentProps> = ({ format }) => {
{t('Export from official export file')} (conversations.json)&nbsp;
{exportSource === 'API' && (
<button className="btn relative btn-neutral" onClick={() => fileInputRef.current?.click()}>
<IconUpload className="w-4 h-4 text-white" />
<IconUpload className="w-4 h-4" />
</button>
)}
</div>