chore: add new features cabine & admin
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user