mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-23 08:29:04 +00:00
🩹(frontend) fix subtitle background regression
Restore transparent background as the default subtitle background to match previous behavior.
This commit is contained in:
committed by
aleb_the_flash
parent
35951ba2a6
commit
dcaa45ccfe
@@ -59,7 +59,7 @@ export const CAPTION_FONT_COLOR_VALUES: Record<CaptionColor, string> = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const CAPTION_BACKGROUND_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)',
|
black: 'rgba(0, 0, 0, 0.75)',
|
||||||
white: 'rgba(255, 255, 255, 0.75)',
|
white: 'rgba(255, 255, 255, 0.75)',
|
||||||
blue: 'rgba(0, 0, 255, 0.75)',
|
blue: 'rgba(0, 0, 255, 0.75)',
|
||||||
|
|||||||
Reference in New Issue
Block a user