Change “Import subtitles” button style

This commit is contained in:
kcfancher 2026-04-11 06:53:54 -04:00
parent 423f4acde6
commit fa82d6154e
1 changed files with 1 additions and 2 deletions

View File

@ -259,13 +259,12 @@ export function Captions() {
</p>
<Button
type="button"
variant="outline"
className="mt-auto w-full"
onClick={handleImportClick}
disabled={isProcessing}
>
{isProcessing && <Spinner className="mr-1" />}
{isProcessing ? processingStep : "Import subtitle file"}
{isProcessing ? processingStep : "Import subtitles"}
</Button>
{error && (
<div className="bg-destructive/10 border-destructive/20 rounded-md border p-3">