mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Some basic styling
This commit is contained in:
16
src/utils/styles/constants.ts
Normal file
16
src/utils/styles/constants.ts
Normal file
@ -0,0 +1,16 @@
|
||||
export default {
|
||||
FONT_SIZE_S: 12,
|
||||
FONT_SIZE_M: 14,
|
||||
FONT_SIZE_L: 18,
|
||||
|
||||
SPACING_XS: 4,
|
||||
SPACING_S: 8,
|
||||
SPACING_M: 16,
|
||||
SPACING_L: 24,
|
||||
SPACING_XL: 40,
|
||||
|
||||
GLOBAL_PAGE_PADDING: 16, // SPACING_M
|
||||
|
||||
AVATAR_S: 52,
|
||||
AVATAR_L: 104
|
||||
}
|
Reference in New Issue
Block a user