change(overlay): make mapper name larger and slightly grey
This commit is contained in:
parent
1a7c7751b6
commit
cff615424d
@ -29,7 +29,7 @@ export default function SongInfo() {
|
||||
<p className="text-2xl font-bold">
|
||||
{songInfo.songName} {songInfo.songSubName}
|
||||
</p>
|
||||
<p className="text-xl">{songInfo.songMapper}</p>
|
||||
<p className="text-2xl text-gray-300">{songInfo.songMapper}</p>
|
||||
</div>
|
||||
<div className="mt-1 flex items-center gap-2">
|
||||
<p
|
||||
|
Loading…
Reference in New Issue
Block a user