Skip to content

Commit

Permalink
bug: artist text small on singles
Browse files Browse the repository at this point in the history
  • Loading branch information
espeon committed Oct 2, 2024
1 parent dfe484a commit 4569f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ const App: React.FC = () => {
/>
</>
) : (
<ScrollingText text={songData.artist} />
<ScrollingText text={songData.artist} className="text-3xl" />
)}
<div className="text-xl font-mono flex">
<TickerTime
Expand Down

0 comments on commit 4569f8b

Please sign in to comment.