feat: create settings modal

This commit is contained in:
Sonny
2024-05-16 23:54:40 +02:00
committed by Sonny
parent 18b2eb2c5a
commit 53aa7bc22b
16 changed files with 205 additions and 19 deletions

View File

@@ -8,6 +8,7 @@ declare module '@emotion/react' {
primary: string;
secondary: string;
black: string;
white: string;
lightGrey: string;