fix(ScrollingLyrics): standardize formatting and improve readability of code structure
This commit is contained in:
parent
f44c718e2d
commit
401905fd43
|
@ -20,8 +20,8 @@
|
||||||
currentLineIndex === index
|
currentLineIndex === index
|
||||||
? 'text-white scale-110'
|
? 'text-white scale-110'
|
||||||
: index < currentLineIndex
|
: index < currentLineIndex
|
||||||
? userScrolling ? 'text-white/60' : 'text-white/60 blur-sm'
|
? userScrolling ? 'text-white/60' : 'text-white/60 blur-xs'
|
||||||
: userScrolling ? 'text-white/40' : 'text-white/40 blur-sm'
|
: userScrolling ? 'text-white/40' : 'text-white/40 blur-xs'
|
||||||
]">
|
]">
|
||||||
{{ line.text }}
|
{{ line.text }}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user