fix: overlapping buttons with navbar fixes #373

This commit is contained in:
Fredrik Burmester
2025-01-05 15:29:39 +01:00
parent a061f9f480
commit 49d157a95a
3 changed files with 44 additions and 34 deletions

View File

@@ -37,7 +37,7 @@ export const Button: React.FC<PropsWithChildren<ButtonProps>> = ({
case "red":
return "bg-red-600";
case "black":
return "bg-neutral-900 border border-neutral-800";
return "bg-neutral-900";
case "transparent":
return "bg-transparent";
}