1
0
Fork 0
mirror of https://github.com/movie-web/movie-web.git synced 2025-02-13 23:30:05 +00:00

Update index.ts

made background opacity and background blur to 0
This commit is contained in:
Vishnu Srivatsava 2024-04-21 23:07:26 +05:30 committed by GitHub
parent 9bd5f30f40
commit c7061563cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,9 +55,9 @@ export const useSubtitleStore = create(
delay: 0, delay: 0,
styling: { styling: {
color: "#ffffff", color: "#ffffff",
backgroundOpacity: 0.5, backgroundOpacity: 0,
size: 1, size: 1,
backgroundBlur: 0.5, backgroundBlur: 0,
}, },
resetSubtitleSpecificSettings() { resetSubtitleSpecificSettings() {
set((s) => { set((s) => {