add icons to ios

This commit is contained in:
Michele Balistreri 2024-10-08 15:00:46 +02:00
parent c48fc62866
commit c2f0597bce
No known key found for this signature in database
GPG Key ID: E9567DA33A4F791A
2 changed files with 3 additions and 1 deletions

View File

@ -60,6 +60,7 @@
<key>UIAppFonts</key>
<array>
<string>Inter.ttf</string>
<string>Feather.ttf</string>
</array>
</dict>
</plist>

View File

@ -60,7 +60,7 @@ const style = StyleSheet.create({
justifyContent: 'center'
},
primaryText: {
color: "black",
color: 'black',
fontFamily: 'Inter',
fontSize: 14,
},
@ -70,6 +70,7 @@ const style = StyleSheet.create({
fontSize: 14
},
cancelIcon: {
color: 'white',
textAlign: 'center'
}
});