feat: create formlayout and create collection form

This commit is contained in:
Sonny
2024-04-28 19:34:15 +02:00
committed by Sonny
parent 602813ec05
commit 97044907ee
13 changed files with 333 additions and 42 deletions

View File

@@ -12,9 +12,23 @@ declare module '@emotion/react' {
darkBlack: string;
white: string;
gray: string;
lightestGrey: string;
lightGrey: string;
grey: string;
darkGrey: string;
lightestBlue: string;
lightBlue: string;
blue: string;
darkBlue: string;
darkestBlue: string;
lightRed: string;
red: string;
lightGreen: string;
green: string;
};
border: {