mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 17:55:33 +00:00
fix style dropdown default
This commit is contained in:
parent
3de83f28dd
commit
267f46aa7b
2 changed files with 2 additions and 2 deletions
|
|
@ -250,7 +250,7 @@ export function CaptionSettingsView({
|
|||
size: 1,
|
||||
backgroundBlur: 0.5,
|
||||
bold: false,
|
||||
fontStyle: "none",
|
||||
fontStyle: "default",
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -105,7 +105,7 @@ export function CaptionsPart(props: {
|
|||
backgroundBlur: 0.5,
|
||||
bold: false,
|
||||
verticalPosition: 3,
|
||||
fontStyle: "none",
|
||||
fontStyle: "default",
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue