mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Updates
1. Added more notification types 2. Use `react-native-reanimated` v2
This commit is contained in:
@ -3,13 +3,13 @@ const Base = 4
|
||||
export const StyleConstants = {
|
||||
Font: {
|
||||
Size: { S: 14, M: 16, L: 18 },
|
||||
LineHeight: { S: 16, M: 20, L: 24 },
|
||||
LineHeight: { S: 18, M: 22, L: 30 },
|
||||
Weight: { Bold: '600' as '600' }
|
||||
},
|
||||
FontStyle: {
|
||||
S: { fontSize: 14, lineHeight: 16 },
|
||||
M: { fontSize: 16, lineHeight: 20 },
|
||||
L: { fontSize: 20, lineHeight: 24 }
|
||||
S: { fontSize: 14, lineHeight: 18 },
|
||||
M: { fontSize: 16, lineHeight: 22 },
|
||||
L: { fontSize: 20, lineHeight: 30 }
|
||||
},
|
||||
|
||||
Spacing: {
|
||||
|
Reference in New Issue
Block a user