Browse Source

Update index.ts

made background opacity and background blur to 0
pull/1146/head
Vishnu Srivatsava 2 years ago committed by GitHub
parent
commit
c7061563cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      src/stores/subtitles/index.ts

4
src/stores/subtitles/index.ts

@ -55,9 +55,9 @@ export const useSubtitleStore = create( @@ -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) => {

Loading…
Cancel
Save