Fix warning with MC button

This commit is contained in:
Braydon 2024-04-16 07:48:53 -04:00
parent ec393c0f64
commit 3d48b9fd26

@ -25,7 +25,7 @@ const MinecraftButton = ({
style={{ style={{
// Above and below the button shadow // Above and below the button shadow
boxShadow: boxShadow:
"inset 0 -4px 0 hsl(var(--minecraft-green-1)), inset 0 4px 0 hsl(var(--minecraft-green-3));", "inset 0 -4px 0 hsl(var(--minecraft-green-1)), inset 0 4px 0 hsl(var(--minecraft-green-3))",
}} }}
{...props} {...props}
> >