mirror of
https://github.com/pionxzh/chatgpt-exporter.git
synced 2026-07-23 09:00:51 -05:00
fix: fix upload button style
This commit is contained in:
@@ -221,7 +221,7 @@ const DialogContent: FC<DialogContentProps> = ({ format }) => {
|
||||
{t('Export from official export file')} (conversations.json)
|
||||
{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>
|
||||
|
||||
Reference in New Issue
Block a user