mirror of
https://github.com/docmost/docmost.git
synced 2025-11-15 11:31:15 +10:00
refactor layout
* ui polishing * frontend and backend fixes
This commit is contained in:
@ -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,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user