This commit is contained in:
2025-06-16 14:16:24 +07:00
parent e07a30b204
commit 08542471d0
171 changed files with 5042 additions and 19 deletions
+1
View File
@@ -26,5 +26,6 @@ export type ThemeTypes = {
grey200?: string;
light?:string;
muted?:string;
darkgray?: string;
};
};