mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 19:01:40 +00:00
Fix styling on unsync lyrics
This commit is contained in:
parent
feb61c28d7
commit
190dd71b3c
2 changed files with 18 additions and 4 deletions
|
|
@ -20,6 +20,10 @@ const StyledText = styled(TextTitle)`
|
|||
opacity: 1;
|
||||
}
|
||||
|
||||
&.active.unsynchronized {
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
|
||||
`;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue