refactor layout

* ui polishing
* frontend and backend fixes
This commit is contained in:
Philipinho
2024-05-31 21:51:44 +01:00
parent 046dd6d150
commit 06d854a7d2
95 changed files with 1548 additions and 821 deletions

View File

@ -1,16 +1,16 @@
import { createTheme, MantineColorsTuple } from '@mantine/core';
import { createTheme, MantineColorsTuple } from "@mantine/core";
const blue: MantineColorsTuple = [
'#e8f3ff',
'#d0e3ff',
'#9ec4fc',
'#69a3fb',
'#4087fa',
'#2975fa',
'#0052cc', //1c6cfb
'#0f5be1',
'#0051c9',
'#0046b1',
"#e7f3ff",
"#d0e4ff",
"#a1c6fa",
"#6ea6f6",
"#458bf2",
"#2b7af1",
"#0b60d8", //
"#1b72f2",
"#0056c1",
"#004aac",
];
export const theme = createTheme({
@ -18,4 +18,3 @@ export const theme = createTheme({
blue,
},
});