feat: add basic admin dashboard

This commit is contained in:
Sonny
2024-05-26 03:18:25 +02:00
committed by Sonny
parent f3f7f6272f
commit 202f70b010
24 changed files with 324 additions and 33 deletions

View File

@@ -47,6 +47,8 @@ export const lightTheme: Theme = {
darkBlue,
darkestBlue,
green: 'green',
lightRed,
yellow: '#FF8A08',
@@ -78,6 +80,8 @@ export const darkTheme: Theme = {
darkBlue,
darkestBlue,
green: '#09b909',
lightRed,
yellow: '#ffc107',