mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-11 23:49:13 +01:00
Update index.ts
made background opacity and background blur to 0
This commit is contained in:
parent
9bd5f30f40
commit
c7061563cf
@ -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…
x
Reference in New Issue
Block a user