From c7061563cf83cc09116b29c93bf0d4b267e31e93 Mon Sep 17 00:00:00 2001 From: Vishnu Srivatsava <49309611+VishnuSrivatsava@users.noreply.github.com> Date: Sun, 21 Apr 2024 23:07:26 +0530 Subject: [PATCH] Update index.ts made background opacity and background blur to 0 --- src/stores/subtitles/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stores/subtitles/index.ts b/src/stores/subtitles/index.ts index 90a3fd8c..f909fca6 100644 --- a/src/stores/subtitles/index.ts +++ b/src/stores/subtitles/index.ts @@ -55,9 +55,9 @@ export const useSubtitleStore = create( delay: 0, styling: { color: "#ffffff", - backgroundOpacity: 0.5, + backgroundOpacity: 0, size: 1, - backgroundBlur: 0.5, + backgroundBlur: 0, }, resetSubtitleSpecificSettings() { set((s) => {