add icons to ios
This commit is contained in:
parent
c48fc62866
commit
c2f0597bce
|
@ -60,6 +60,7 @@
|
|||
<key>UIAppFonts</key>
|
||||
<array>
|
||||
<string>Inter.ttf</string>
|
||||
<string>Feather.ttf</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
@ -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'
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue