mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2024-11-27 00:00:26 +00:00
Update base font size
This commit is contained in:
parent
e88e264e07
commit
5af0907e73
@ -89,7 +89,6 @@ const styles = StyleSheet.create({
|
||||
},
|
||||
message: {
|
||||
textAlign: 'center',
|
||||
fontSize: 17,
|
||||
marginHorizontal: 20
|
||||
},
|
||||
details: {
|
||||
|
@ -242,7 +242,6 @@ const styles = StyleSheet.create({
|
||||
flex: 1
|
||||
},
|
||||
header: {
|
||||
fontSize: 17,
|
||||
fontWeight: '600',
|
||||
paddingVertical: 8,
|
||||
paddingHorizontal: 15,
|
||||
|
@ -45,5 +45,10 @@ export default {
|
||||
overlayStyle: {
|
||||
backgroundColor: Colors.blackish
|
||||
}
|
||||
},
|
||||
Text: {
|
||||
style: {
|
||||
fontSize: 17
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user