mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Refine structure
This commit is contained in:
@ -3,7 +3,7 @@ const Base = 4
|
||||
export const StyleConstants = {
|
||||
Font: {
|
||||
Size: { S: 14, M: 16, L: 18 },
|
||||
LineHeight: { S: 18, M: 22, L: 30 },
|
||||
LineHeight: { S: 18, M: 22, L: 26 },
|
||||
Weight: { Bold: '600' as '600' }
|
||||
},
|
||||
FontStyle: {
|
||||
@ -21,5 +21,5 @@ export const StyleConstants = {
|
||||
Global: { PagePadding: Base * 4 }
|
||||
},
|
||||
|
||||
Avatar: { S: 36, M: 52, L: 104 }
|
||||
Avatar: { S: 40, M: 52, L: 104 }
|
||||
}
|
||||
|
Reference in New Issue
Block a user