fix style dropdown default

This commit is contained in:
Pas 2025-05-03 13:38:53 -06:00
parent 3de83f28dd
commit 267f46aa7b
2 changed files with 2 additions and 2 deletions

View file

@ -250,7 +250,7 @@ export function CaptionSettingsView({
size: 1,
backgroundBlur: 0.5,
bold: false,
fontStyle: "none",
fontStyle: "default",
});
};

View file

@ -105,7 +105,7 @@ export function CaptionsPart(props: {
backgroundBlur: 0.5,
bold: false,
verticalPosition: 3,
fontStyle: "none",
fontStyle: "default",
});
};