Use flex gap instead of line height for lyrics

This commit is contained in:
jeffvli 2023-06-13 18:44:39 -07:00
parent fbd0e5b27b
commit c5f551e963
3 changed files with 6 additions and 1 deletions

View file

@ -10,7 +10,6 @@ const StyledText = styled(TextTitle)`
color: var(--main-fg);
font-weight: 400;
font-size: 2.5vmax;
line-height: 1.5;
transform: scale(0.95);
opacity: 0.5;