feat: layouts and styles for desktop and mobile
This commit is contained in:
@ -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,
|
||||
}
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user