chore: add new colors

This commit is contained in:
Pablo Lara
2024-09-26 16:02:52 +02:00
parent a70fcf488d
commit 8db20eb2ba
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
export * from "./CustomAlertModal";
export * from "./CustomBox";
export * from "./CustomButton";
export * from "./CustomButtonClientAction";
export * from "./CustomInput";
export * from "./CustomLoader";
+1 -1
View File
@@ -17,7 +17,7 @@ export interface ProviderProps {
type: "providers";
attributes: {
provider: "aws" | "azure" | "gcp";
provider_id: string;
uid: string;
alias: string;
status: "completed" | "pending" | "cancelled";
resources: number;