mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2024-11-24 14:39:45 +00:00
Update text sizes
This commit is contained in:
parent
38995950bc
commit
63a2fa0f71
@ -58,6 +58,18 @@ export default {
|
|||||||
Text: {
|
Text: {
|
||||||
style: {
|
style: {
|
||||||
color: Colors.textColor
|
color: Colors.textColor
|
||||||
|
},
|
||||||
|
h1Style: {
|
||||||
|
fontSize: 40
|
||||||
|
},
|
||||||
|
h2Style: {
|
||||||
|
fontSize: 34
|
||||||
|
},
|
||||||
|
h3Style: {
|
||||||
|
fontSize: 28
|
||||||
|
},
|
||||||
|
h4Style: {
|
||||||
|
fontSize: 22
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user