🩹(frontend) fix subtitle background regression

Restore transparent background as the default subtitle background
to match previous behavior.
This commit is contained in:
lebaudantoine
2026-05-14 14:50:23 +02:00
committed by aleb_the_flash
parent 35951ba2a6
commit dcaa45ccfe
+1 -1
View File
@@ -59,7 +59,7 @@ export const CAPTION_FONT_COLOR_VALUES: Record<CaptionColor, string> = {
}
export const CAPTION_BACKGROUND_COLOR_VALUES: Record<CaptionColor, string> = {
default: 'rgba(0, 0, 0, 0.75)',
default: 'transparent',
black: 'rgba(0, 0, 0, 0.75)',
white: 'rgba(255, 255, 255, 0.75)',
blue: 'rgba(0, 0, 255, 0.75)',