1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Highlighted toot

This commit is contained in:
Zhiyuan Zheng
2020-12-12 22:19:18 +01:00
parent dcb37e91c9
commit 70743ec82d
9 changed files with 163 additions and 82 deletions

View File

@ -7,7 +7,7 @@ export const StyleConstants = {
M: 16,
L: 18
},
LineHeight: { M: 20 },
LineHeight: { M: 20, L: 24 },
Weight: {
Bold: '600' as '600'
}