This commit is contained in:
Fredrik Burmester
2024-08-06 21:16:37 +02:00
parent 165a9ddde7
commit 57e33428dc
29 changed files with 1113 additions and 296 deletions

View File

@@ -32,7 +32,7 @@ export const Button: React.FC<PropsWithChildren<ButtonProps>> = ({
case "purple":
return "bg-purple-600 active:bg-purple-700";
case "red":
return "bg-red-500";
return "bg-red-600";
case "black":
return "bg-black border border-neutral-900";
}