|
@@ -1,4 +1,4 @@
|
|
-const validColors = ['error', 'warning', 'success', ''] as const;
|
|
|
|
|
|
+const validColors = ['primary', 'error', 'warning', 'success', ''] as const;
|
|
type ButtonColorType = typeof validColors[number];
|
|
type ButtonColorType = typeof validColors[number];
|
|
|
|
|
|
export const buttonProps = {
|
|
export const buttonProps = {
|