Skip to content

Commit

Permalink
fix: fix upload button style
Browse files Browse the repository at this point in the history
  • Loading branch information
pionxzh committed Jan 7, 2024
1 parent 2d8a6ce commit 2960a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/ExportDialog.tsx
Expand Up @@ -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>
Expand Down

0 comments on commit 2960a92

Please sign in to comment.