fix cursor on diff
All checks were successful
Deploy / deploy (push) Successful in 2m26s

This commit is contained in:
Lee 2024-09-27 22:06:31 +01:00
parent 0a2faf80e0
commit ca3bfa8136

@ -36,7 +36,7 @@ export default function ScoreSongInfo({ leaderboard, beatSaverMap }: Props) {
} }
> >
<div <div
className="absolute w-full h-[20px] bottom-0 right-0 rounded-sm flex justify-center items-center text-xs" className="absolute w-full h-[20px] bottom-0 right-0 rounded-sm flex justify-center items-center text-xs cursor-default"
style={{ style={{
backgroundColor: songDifficultyToColor(diff) + "f0", // Transparency value (in hex 0-255) backgroundColor: songDifficultyToColor(diff) + "f0", // Transparency value (in hex 0-255)
}} }}