chore: add new features cabine & admin

This commit is contained in:
2026-03-06 11:47:19 +01:00
parent 0dff4ea4f0
commit 7c739f0a64
5 changed files with 112 additions and 3 deletions
@@ -18,6 +18,7 @@ interface ButtonProps {
| "secondary"
| "danger"
| "success"
| "warning"
| "outline"
| "ghost";
size?: "sm" | "md" | "lg";
@@ -46,6 +47,7 @@ export default function Button({
secondary: colors.bgCard,
danger: colors.danger,
success: colors.success,
warning: colors.warning,
outline: "transparent",
ghost: "transparent",
}[variant];