1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
Zhiyuan Zheng
2021-01-10 13:35:46 +01:00
parent 541e2a5601
commit fdce172c57
4 changed files with 71 additions and 65 deletions

View File

@ -3,13 +3,13 @@ const Base = 4
export const StyleConstants = {
Font: {
Size: { S: 14, M: 16, L: 18 },
LineHeight: { S: 20, M: 22, L: 26 },
LineHeight: { S: 20, M: 22, L: 30 },
Weight: { Bold: '600' as '600' }
},
FontStyle: {
S: { fontSize: 14, lineHeight: 20 },
M: { fontSize: 16, lineHeight: 22 },
L: { fontSize: 20, lineHeight: 26 }
L: { fontSize: 20, lineHeight: 30 }
},
Spacing: {