feat: profile and greetings
This commit is contained in:
parent
83541339e9
commit
498c1d8563
5 changed files with 83 additions and 5 deletions
|
|
@ -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}
|
||||
Reference in a new issue