Skip to content

Commit

Permalink
Update LyricsContainer.vue colors
Browse files Browse the repository at this point in the history
  • Loading branch information
shiragold authored Apr 30, 2024
1 parent 8c79978 commit 96529ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/reusables/LyricsContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const stopFill = () => (fillActive.value = false)
padding: 1rem 2rem;
border-radius: calc(infinity * 1px);
font-size: 4rem;
color: var(--color-dark);
color: var(--color-secondary);
}
&.fill {
Expand Down

0 comments on commit 96529ef

Please sign in to comment.