feat: layouts and styles for desktop and mobile

This commit is contained in:
2025-08-12 14:23:55 +04:00
parent 6715e4bd38
commit 5144c83e93
27 changed files with 324 additions and 113 deletions

View File

@ -1,7 +1,7 @@
import { createTheme, MantineColorsTuple } from "@mantine/core";
export const myColor: MantineColorsTuple = [
"#e2faff",
"#e0f0f4",
"#d4eff8",
"#afdce9",
"#87c8db",
@ -39,5 +39,10 @@ export const theme = createTheme({
radius,
},
},
Card: {
defaultProps: {
radius,
}
}
},
});