change(overlay): make images more rounded
All checks were successful
deploy / deploy (push) Successful in 56s
All checks were successful
deploy / deploy (push) Successful in 56s
This commit is contained in:
parent
d7c6b24fac
commit
226716b555
@ -19,7 +19,7 @@ export default function PlayerStats({ player, config }: PlayerStatsProps) {
|
|||||||
<div className="flex gap-2 p-2">
|
<div className="flex gap-2 p-2">
|
||||||
<Image
|
<Image
|
||||||
alt="Player profile picture"
|
alt="Player profile picture"
|
||||||
className="rounded-md"
|
className="rounded-lg"
|
||||||
src={player.profilePicture}
|
src={player.profilePicture}
|
||||||
width={180}
|
width={180}
|
||||||
height={180}
|
height={180}
|
||||||
|
@ -18,7 +18,7 @@ export default function SongInfo() {
|
|||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<Image
|
<Image
|
||||||
className="rounded-md"
|
className="rounded-lg"
|
||||||
alt="Song Image"
|
alt="Song Image"
|
||||||
src={songInfo.art}
|
src={songInfo.art}
|
||||||
width={140}
|
width={140}
|
||||||
|
Loading…
Reference in New Issue
Block a user