feat: profile and greetings

This commit is contained in:
Jakob Stornig 2023-12-05 14:48:32 +01:00
parent 83541339e9
commit 498c1d8563
5 changed files with 83 additions and 5 deletions

View file

@ -2,9 +2,14 @@ const SIZES = {
small: 12,
normal: 17,
large: 20,
xlarge: 25,
xxLarge: 30
}
const MARGINS = {
normal: 10
}
const SHADOWS = {
light: {
shadowColor: "#ADB7C3",
@ -15,4 +20,4 @@ const SHADOWS = {
}
}
export {SIZES, SHADOWS}
export {SIZES, SHADOWS, MARGINS}