update fontFamily definitions

This commit is contained in:
Akinwale Ariwodola 2020-01-09 15:43:36 +01:00
parent e97bf7ce79
commit b149c0039a
33 changed files with 238 additions and 238 deletions

View file

@ -32,14 +32,14 @@ const aboutStyle = StyleSheet.create({
title: { title: {
color: Colors.LbryGreen, color: Colors.LbryGreen,
fontSize: 24, fontSize: 24,
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
marginTop: 16, marginTop: 16,
marginLeft: 12, marginLeft: 12,
marginRight: 12, marginRight: 12,
marginBottom: 8, marginBottom: 8,
}, },
paragraph: { paragraph: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
lineHeight: 24, lineHeight: 24,
marginLeft: 12, marginLeft: 12,
@ -53,13 +53,13 @@ const aboutStyle = StyleSheet.create({
}, },
link: { link: {
color: Colors.LbryGreen, color: Colors.LbryGreen,
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
marginBottom: 24, marginBottom: 24,
}, },
listLink: { listLink: {
color: Colors.LbryGreen, color: Colors.LbryGreen,
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 15, fontSize: 15,
alignSelf: 'flex-end', alignSelf: 'flex-end',
}, },
@ -67,30 +67,30 @@ const aboutStyle = StyleSheet.create({
alignSelf: 'stretch', alignSelf: 'stretch',
}, },
socialTitle: { socialTitle: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
marginLeft: 12, marginLeft: 12,
marginRight: 12, marginRight: 12,
marginBottom: 8, marginBottom: 8,
fontSize: 20, fontSize: 20,
}, },
releaseInfoTitle: { releaseInfoTitle: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
marginLeft: 12, marginLeft: 12,
marginRight: 12, marginRight: 12,
marginBottom: 12, marginBottom: 12,
fontSize: 20, fontSize: 20,
}, },
text: { text: {
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: 15, fontSize: 15,
}, },
valueText: { valueText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
textAlign: 'right', textAlign: 'right',
fontSize: 15, fontSize: 15,
}, },
lineValueText: { lineValueText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 15, fontSize: 15,
}, },
}); });

View file

@ -29,7 +29,7 @@ const buttonStyle = StyleSheet.create({
color: Colors.DarkGrey, color: Colors.DarkGrey,
}, },
text: { text: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
}, },
textWithIcon: { textWithIcon: {

View file

@ -17,7 +17,7 @@ const channelCreatorStyle = StyleSheet.create({
backgroundColor: Colors.PageBackground, backgroundColor: Colors.PageBackground,
}, },
channelPicker: { channelPicker: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
height: 52, height: 52,
width: '100%', width: '100%',
@ -27,7 +27,7 @@ const channelCreatorStyle = StyleSheet.create({
alignItems: 'center', alignItems: 'center',
}, },
label: { label: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
}, },
balance: { balance: {
@ -36,24 +36,24 @@ const channelCreatorStyle = StyleSheet.create({
marginLeft: 24, marginLeft: 24,
}, },
balanceText: { balanceText: {
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: 14, fontSize: 14,
marginLeft: 4, marginLeft: 4,
}, },
channelNameInput: { channelNameInput: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
paddingLeft: 20, paddingLeft: 20,
}, },
bidAmountInput: { bidAmountInput: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
marginLeft: 16, marginLeft: 16,
textAlign: 'right', textAlign: 'right',
width: 80, width: 80,
}, },
helpText: { helpText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 12, fontSize: 12,
color: Colors.DescriptionGrey, color: Colors.DescriptionGrey,
}, },
@ -68,7 +68,7 @@ const channelCreatorStyle = StyleSheet.create({
position: 'absolute', position: 'absolute',
left: 4, left: 4,
top: 13, top: 13,
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
}, },
buttonContainer: { buttonContainer: {
@ -90,7 +90,7 @@ const channelCreatorStyle = StyleSheet.create({
alignSelf: 'flex-end', alignSelf: 'flex-end',
}, },
inlineError: { inlineError: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 12, fontSize: 12,
color: Colors.Red, color: Colors.Red,
marginTop: 2, marginTop: 2,
@ -151,12 +151,12 @@ const channelCreatorStyle = StyleSheet.create({
alignItems: 'center', alignItems: 'center',
}, },
channelListTitle: { channelListTitle: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 18, fontSize: 18,
marginBottom: 4, marginBottom: 4,
}, },
channelListName: { channelListName: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
}, },
channelListAvatar: { channelListAvatar: {
@ -189,13 +189,13 @@ const channelCreatorStyle = StyleSheet.create({
marginBottom: 4, marginBottom: 4,
}, },
textInputTitle: { textInputTitle: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 12, fontSize: 12,
marginBottom: -10, marginBottom: -10,
marginLeft: 4, marginLeft: 4,
}, },
inputText: { inputText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
}, },
toggleContainer: { toggleContainer: {
@ -209,7 +209,7 @@ const channelCreatorStyle = StyleSheet.create({
marginRight: 16, marginRight: 16,
}, },
cardTitle: { cardTitle: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 20, fontSize: 20,
marginBottom: 8, marginBottom: 8,
}, },
@ -243,7 +243,7 @@ const channelCreatorStyle = StyleSheet.create({
}, },
editIcon: { editIcon: {
color: Colors.White, color: Colors.White,
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: 12, fontSize: 12,
}, },
uploadProgress: { uploadProgress: {
@ -262,7 +262,7 @@ const channelCreatorStyle = StyleSheet.create({
}, },
uploadText: { uploadText: {
color: Colors.White, color: Colors.White,
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: 12, fontSize: 12,
marginLeft: 4, marginLeft: 4,
}, },

View file

@ -10,7 +10,7 @@ const channelIconStyle = StyleSheet.create({
alignSelf: 'flex-start', alignSelf: 'flex-start',
}, },
placeholderText: { placeholderText: {
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: 14, fontSize: 14,
}, },
thumbnailContainer: { thumbnailContainer: {
@ -39,14 +39,14 @@ const channelIconStyle = StyleSheet.create({
justifyContent: 'center', justifyContent: 'center',
}, },
title: { title: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 12, fontSize: 12,
width: 80, width: 80,
marginTop: 4, marginTop: 4,
textAlign: 'center', textAlign: 'center',
}, },
autothumbCharacter: { autothumbCharacter: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 48, fontSize: 48,
color: Colors.White, color: Colors.White,
}, },

View file

@ -23,7 +23,7 @@ const channelPageStyle = StyleSheet.create({
}, },
title: { title: {
color: Colors.LbryGreen, color: Colors.LbryGreen,
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: 30, fontSize: 30,
margin: 16, margin: 16,
}, },
@ -34,7 +34,7 @@ const channelPageStyle = StyleSheet.create({
padding: 24, padding: 24,
}, },
infoText: { infoText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 20, fontSize: 20,
textAlign: 'center', textAlign: 'center',
}, },
@ -62,7 +62,7 @@ const channelPageStyle = StyleSheet.create({
}, },
channelName: { channelName: {
color: Colors.White, color: Colors.White,
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 18, fontSize: 18,
padding: 2, padding: 2,
backgroundColor: '#000000aa', backgroundColor: '#000000aa',
@ -98,7 +98,7 @@ const channelPageStyle = StyleSheet.create({
justifyContent: 'flex-end', justifyContent: 'flex-end',
}, },
tabTitle: { tabTitle: {
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: 14, fontSize: 14,
color: Colors.White, color: Colors.White,
}, },
@ -131,12 +131,12 @@ const channelPageStyle = StyleSheet.create({
padding: 24, padding: 24,
}, },
aboutTitle: { aboutTitle: {
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: 16, fontSize: 16,
lineHeight: 24, lineHeight: 24,
}, },
aboutText: { aboutText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
lineHeight: 24, lineHeight: 24,
}, },
@ -182,7 +182,7 @@ const channelPageStyle = StyleSheet.create({
marginRight: 8, marginRight: 8,
}, },
followerCount: { followerCount: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 12, fontSize: 12,
color: Colors.White, color: Colors.White,
marginTop: 2, marginTop: 2,

View file

@ -6,13 +6,13 @@ const channelSelectorStyle = StyleSheet.create({
flex: 1, flex: 1,
}, },
channelPicker: { channelPicker: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
height: 52, height: 52,
width: '100%', width: '100%',
}, },
channelPickerItem: { channelPickerItem: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
}, },
bidRow: { bidRow: {
@ -21,7 +21,7 @@ const channelSelectorStyle = StyleSheet.create({
alignItems: 'center', alignItems: 'center',
}, },
label: { label: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
}, },
balance: { balance: {
@ -30,24 +30,24 @@ const channelSelectorStyle = StyleSheet.create({
marginLeft: 24, marginLeft: 24,
}, },
balanceText: { balanceText: {
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: 14, fontSize: 14,
marginLeft: 4, marginLeft: 4,
}, },
channelNameInput: { channelNameInput: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
paddingLeft: 20, paddingLeft: 20,
}, },
bidAmountInput: { bidAmountInput: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
marginLeft: 16, marginLeft: 16,
textAlign: 'right', textAlign: 'right',
width: 80, width: 80,
}, },
helpText: { helpText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 12, fontSize: 12,
}, },
createChannelContainer: { createChannelContainer: {
@ -59,7 +59,7 @@ const channelSelectorStyle = StyleSheet.create({
position: 'absolute', position: 'absolute',
left: 4, left: 4,
top: 13, top: 13,
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
}, },
buttonContainer: { buttonContainer: {
@ -80,7 +80,7 @@ const channelSelectorStyle = StyleSheet.create({
backgroundColor: Colors.NextLbryGreen, backgroundColor: Colors.NextLbryGreen,
}, },
inlineError: { inlineError: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 12, fontSize: 12,
color: Colors.Red, color: Colors.Red,
marginTop: 2, marginTop: 2,

View file

@ -13,7 +13,7 @@ const claimListStyle = StyleSheet.create({
}, },
noContentText: { noContentText: {
color: Colors.DescriptionGrey, color: Colors.DescriptionGrey,
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
margin: 16, margin: 16,
textAlign: 'center', textAlign: 'center',

View file

@ -55,11 +55,11 @@ const discoverStyle = StyleSheet.create({
alignItems: 'center', alignItems: 'center',
}, },
pageTitle: { pageTitle: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 24, fontSize: 24,
}, },
customizeLink: { customizeLink: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
}, },
trendingContainer: { trendingContainer: {
@ -74,7 +74,7 @@ const discoverStyle = StyleSheet.create({
flexDirection: 'row', flexDirection: 'row',
}, },
title: { title: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 20, fontSize: 20,
textAlign: 'center', textAlign: 'center',
marginLeft: 10, marginLeft: 10,
@ -95,7 +95,7 @@ const discoverStyle = StyleSheet.create({
marginBottom: 56, marginBottom: 56,
}, },
footerTitle: { footerTitle: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 20, fontSize: 20,
marginBottom: 10, marginBottom: 10,
}, },
@ -108,7 +108,7 @@ const discoverStyle = StyleSheet.create({
marginBottom: 12, marginBottom: 12,
}, },
categoryName: { categoryName: {
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: 18, fontSize: 18,
color: Colors.Black, color: Colors.Black,
}, },
@ -127,7 +127,7 @@ const discoverStyle = StyleSheet.create({
justifyContent: 'center', justifyContent: 'center',
}, },
moreText: { moreText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
color: Colors.White, color: Colors.White,
fontSize: 24, fontSize: 24,
}, },
@ -142,18 +142,18 @@ const discoverStyle = StyleSheet.create({
justifyContent: 'center', justifyContent: 'center',
}, },
fileItemName: { fileItemName: {
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
marginTop: 8, marginTop: 8,
fontSize: 14, fontSize: 14,
}, },
channelName: { channelName: {
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: 12, fontSize: 12,
marginTop: 4, marginTop: 4,
color: Colors.LbryGreen, color: Colors.LbryGreen,
}, },
anonChannelName: { anonChannelName: {
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: 12, fontSize: 12,
marginTop: 4, marginTop: 4,
color: Colors.DescriptionGrey, color: Colors.DescriptionGrey,
@ -176,7 +176,7 @@ const discoverStyle = StyleSheet.create({
borderRadius: 4, borderRadius: 4,
}, },
filePriceText: { filePriceText: {
fontFamily: 'Inter-UI-Bold', fontFamily: 'Inter-Bold',
fontSize: 12, fontSize: 12,
textAlign: 'center', textAlign: 'center',
color: '#0c604b', color: '#0c604b',
@ -205,7 +205,7 @@ const discoverStyle = StyleSheet.create({
color: Colors.White, color: Colors.White,
fontSize: 14, fontSize: 14,
textAlign: 'center', textAlign: 'center',
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
}, },
rewardTitleContainer: { rewardTitleContainer: {
alignItems: 'center', alignItems: 'center',
@ -222,11 +222,11 @@ const discoverStyle = StyleSheet.create({
flex: 0.9, flex: 0.9,
}, },
menuText: { menuText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
}, },
titleText: { titleText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
}, },
detailsRow: { detailsRow: {
flexDirection: 'row', flexDirection: 'row',
@ -236,7 +236,7 @@ const discoverStyle = StyleSheet.create({
marginTop: 2, marginTop: 2,
}, },
dateTimeText: { dateTimeText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 12, fontSize: 12,
color: Colors.DescriptionGrey, color: Colors.DescriptionGrey,
}, },
@ -259,7 +259,7 @@ const discoverStyle = StyleSheet.create({
flex: 1, flex: 1,
}, },
tagPageTitle: { tagPageTitle: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 24, fontSize: 24,
}, },
tagPageClaimList: { tagPageClaimList: {
@ -288,7 +288,7 @@ const discoverStyle = StyleSheet.create({
alignItems: 'center', alignItems: 'center',
}, },
tagSortText: { tagSortText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
marginRight: 4, marginRight: 4,
}, },
@ -296,7 +296,7 @@ const discoverStyle = StyleSheet.create({
marginTop: -6, marginTop: -6,
}, },
pickerLabel: { pickerLabel: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
color: Colors.DescriptionGrey, color: Colors.DescriptionGrey,
marginRight: 6, marginRight: 6,
@ -307,7 +307,7 @@ const discoverStyle = StyleSheet.create({
marginBottom: 8, marginBottom: 8,
}, },
menuGroupName: { menuGroupName: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 12, fontSize: 12,
color: Colors.DescriptionGrey, color: Colors.DescriptionGrey,
textTransform: 'uppercase', textTransform: 'uppercase',
@ -337,7 +337,7 @@ const discoverStyle = StyleSheet.create({
}, },
menuItem: { menuItem: {
marginLeft: 8, marginLeft: 8,
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
}, },
signInContainer: { signInContainer: {
@ -353,7 +353,7 @@ const discoverStyle = StyleSheet.create({
left: 16, left: 16,
}, },
signedInEmail: { signedInEmail: {
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: 15, fontSize: 15,
color: Colors.White, color: Colors.White,
}, },
@ -388,13 +388,13 @@ const discoverStyle = StyleSheet.create({
}, },
signInMenuItemText: { signInMenuItemText: {
color: Colors.DescriptionGrey, color: Colors.DescriptionGrey,
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: 14, fontSize: 14,
textAlign: 'center', textAlign: 'center',
}, },
signInMenuItemButtonText: { signInMenuItemButtonText: {
color: Colors.White, color: Colors.White,
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: 14, fontSize: 14,
textAlign: 'center', textAlign: 'center',
}, },

View file

@ -30,7 +30,7 @@ const downloadsStyle = StyleSheet.create({
paddingBottom: 16, paddingBottom: 16,
}, },
noDownloadsText: { noDownloadsText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
lineHeight: 24, lineHeight: 24,
marginLeft: 16, marginLeft: 16,

View file

@ -30,7 +30,7 @@ const emptyStateStyle = StyleSheet.create({
message: { message: {
marginTop: 24, marginTop: 24,
textAlign: 'center', textAlign: 'center',
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 18, fontSize: 18,
lineHeight: 28, lineHeight: 28,
marginBottom: 24, marginBottom: 24,

View file

@ -11,7 +11,7 @@ const fileDownloadButtonStyle = StyleSheet.create({
backgroundColor: Colors.LbryGreen, backgroundColor: Colors.LbryGreen,
}, },
text: { text: {
fontFamily: 'Inter-UI-Medium', fontFamily: 'Inter-Medium',
color: Colors.White, color: Colors.White,
fontSize: 14, fontSize: 14,
textAlign: 'center', textAlign: 'center',

View file

@ -10,7 +10,7 @@ const fileItemMediaStyle = StyleSheet.create({
alignItems: 'center', alignItems: 'center',
}, },
autothumbText: { autothumbText: {
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
textAlign: 'center', textAlign: 'center',
color: Colors.White, color: Colors.White,
fontSize: 40, fontSize: 40,
@ -22,7 +22,7 @@ const fileItemMediaStyle = StyleSheet.create({
}, },
text: { text: {
color: '#ffffff', color: '#ffffff',
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
marginTop: 8, marginTop: 8,
}, },
@ -45,7 +45,7 @@ const fileItemMediaStyle = StyleSheet.create({
paddingRight: 2, paddingRight: 2,
}, },
durationText: { durationText: {
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: 12, fontSize: 12,
color: Colors.White, color: Colors.White,
}, },

View file

@ -22,12 +22,12 @@ const fileListStyle = StyleSheet.create({
flex: 1, flex: 1,
}, },
featuredUri: { featuredUri: {
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: 24, fontSize: 24,
color: Colors.White, color: Colors.White,
}, },
featuredTitle: { featuredTitle: {
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: screenWidthPixels <= 720 ? 12 : 16, fontSize: screenWidthPixels <= 720 ? 12 : 16,
color: Colors.White, color: Colors.White,
}, },
@ -50,16 +50,16 @@ const fileListStyle = StyleSheet.create({
backgroundColor: '#000000aa', backgroundColor: '#000000aa',
}, },
title: { title: {
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: screenWidthPixels <= 720 ? 12 : 14, fontSize: screenWidthPixels <= 720 ? 12 : 14,
}, },
uri: { uri: {
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: screenWidthPixels <= 720 ? 12 : 14, fontSize: screenWidthPixels <= 720 ? 12 : 14,
marginBottom: 8, marginBottom: 8,
}, },
publisher: { publisher: {
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: screenWidthPixels <= 720 ? 11 : 12, fontSize: screenWidthPixels <= 720 ? 11 : 12,
marginTop: screenWidthPixels <= 720 ? 1 : 3, marginTop: screenWidthPixels <= 720 ? 1 : 3,
color: Colors.LbryGreen, color: Colors.LbryGreen,
@ -73,7 +73,7 @@ const fileListStyle = StyleSheet.create({
justifyContent: 'space-between', justifyContent: 'space-between',
}, },
infoText: { infoText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: screenWidthPixels <= 720 ? 11 : 12, fontSize: screenWidthPixels <= 720 ? 11 : 12,
color: Colors.ChannelGrey, color: Colors.ChannelGrey,
}, },
@ -134,7 +134,7 @@ const fileListStyle = StyleSheet.create({
borderRadius: 4, borderRadius: 4,
}, },
filePriceText: { filePriceText: {
fontFamily: 'Inter-UI-Bold', fontFamily: 'Inter-Bold',
fontSize: 12, fontSize: 12,
textAlign: 'center', textAlign: 'center',
color: '#0c604b', color: '#0c604b',

View file

@ -38,7 +38,7 @@ const filePageStyle = StyleSheet.create({
marginBottom: -17, marginBottom: -17,
}, },
emptyClaimText: { emptyClaimText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
textAlign: 'center', textAlign: 'center',
fontSize: 20, fontSize: 20,
marginLeft: 24, marginLeft: 24,
@ -54,7 +54,7 @@ const filePageStyle = StyleSheet.create({
flex: 1, flex: 1,
}, },
title: { title: {
fontFamily: 'Inter-UI-Bold', fontFamily: 'Inter-Bold',
fontSize: 16, fontSize: 16,
flex: 18, flex: 18,
alignSelf: 'flex-start', alignSelf: 'flex-start',
@ -88,17 +88,17 @@ const filePageStyle = StyleSheet.create({
marginTop: 6, marginTop: 6,
}, },
channelName: { channelName: {
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: 14, fontSize: 14,
color: Colors.LbryGreen, color: Colors.LbryGreen,
}, },
anonChannelName: { anonChannelName: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
color: Colors.DescriptionGrey, color: Colors.DescriptionGrey,
}, },
publishDateText: { publishDateText: {
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: 12, fontSize: 12,
color: Colors.DescriptionGrey, color: Colors.DescriptionGrey,
}, },
@ -107,7 +107,7 @@ const filePageStyle = StyleSheet.create({
}, },
description: { description: {
color: Colors.DescriptionGrey, color: Colors.DescriptionGrey,
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 13, fontSize: 13,
lineHeight: 18, lineHeight: 18,
marginTop: -8, marginTop: -8,
@ -179,7 +179,7 @@ const filePageStyle = StyleSheet.create({
borderRadius: 4, borderRadius: 4,
}, },
filePriceText: { filePriceText: {
fontFamily: 'Inter-UI-Bold', fontFamily: 'Inter-Bold',
fontSize: 12, fontSize: 12,
textAlign: 'center', textAlign: 'center',
color: '#0c604b', color: '#0c604b',
@ -234,19 +234,19 @@ const filePageStyle = StyleSheet.create({
paddingRight: 24, paddingRight: 24,
}, },
dmcaText: { dmcaText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 18, fontSize: 18,
lineHeight: 24, lineHeight: 24,
}, },
dmcaLink: { dmcaLink: {
color: Colors.LbryGreen, color: Colors.LbryGreen,
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 18, fontSize: 18,
lineHeight: 24, lineHeight: 24,
marginTop: 24, marginTop: 24,
}, },
infoText: { infoText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 20, fontSize: 20,
textAlign: 'center', textAlign: 'center',
marginLeft: 10, marginLeft: 10,
@ -293,7 +293,7 @@ const filePageStyle = StyleSheet.create({
marginBottom: 14, marginBottom: 14,
}, },
input: { input: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
}, },
tipAmountInput: { tipAmountInput: {
@ -315,7 +315,7 @@ const filePageStyle = StyleSheet.create({
marginTop: -8, marginTop: -8,
}, },
text: { text: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
lineHeight: 24, lineHeight: 24,
}, },
@ -336,12 +336,12 @@ const filePageStyle = StyleSheet.create({
flexDirection: 'row', flexDirection: 'row',
}, },
tagTitle: { tagTitle: {
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
flex: 0.2, flex: 0.2,
marginTop: 4, marginTop: 4,
}, },
tagList: { tagList: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
flex: 0.8, flex: 0.8,
flexDirection: 'row', flexDirection: 'row',
flexWrap: 'wrap', flexWrap: 'wrap',
@ -363,7 +363,7 @@ const filePageStyle = StyleSheet.create({
marginRight: 8, marginRight: 8,
}, },
rewardDriverText: { rewardDriverText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
color: Colors.White, color: Colors.White,
fontSize: 14, fontSize: 14,
}, },
@ -402,7 +402,7 @@ const filePageStyle = StyleSheet.create({
color: Colors.DescriptionGrey, color: Colors.DescriptionGrey,
}, },
largeButtonText: { largeButtonText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
marginTop: 4, marginTop: 4,
}, },
@ -430,7 +430,7 @@ const filePageStyle = StyleSheet.create({
}, },
unsupportedContentFilename: { unsupportedContentFilename: {
color: Colors.LbryGreen, color: Colors.LbryGreen,
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: 16, fontSize: 16,
}, },
unsupportedContentImage: { unsupportedContentImage: {
@ -439,11 +439,11 @@ const filePageStyle = StyleSheet.create({
marginRight: 24, marginRight: 24,
}, },
unsupportedContentTitle: { unsupportedContentTitle: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 20, fontSize: 20,
}, },
unsupportedContentText: { unsupportedContentText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
marginTop: 4, marginTop: 4,
}, },
@ -451,7 +451,7 @@ const filePageStyle = StyleSheet.create({
marginTop: 16, marginTop: 16,
}, },
viewCount: { viewCount: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 12, fontSize: 12,
color: Colors.DescriptionGrey, color: Colors.DescriptionGrey,
marginLeft: 12, marginLeft: 12,
@ -463,7 +463,7 @@ const filePageStyle = StyleSheet.create({
marginLeft: 24, marginLeft: 24,
}, },
balanceText: { balanceText: {
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: 14, fontSize: 14,
marginLeft: 4, marginLeft: 4,
}, },

View file

@ -17,7 +17,7 @@ const firstRunStyle = StyleSheet.create({
backgroundColor: Colors.LbryGreen, backgroundColor: Colors.LbryGreen,
}, },
title: { title: {
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: 40, fontSize: 40,
marginLeft: 32, marginLeft: 32,
marginRight: 32, marginRight: 32,
@ -25,7 +25,7 @@ const firstRunStyle = StyleSheet.create({
color: Colors.White, color: Colors.White,
}, },
paragraph: { paragraph: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 18, fontSize: 18,
lineHeight: 24, lineHeight: 24,
marginLeft: 32, marginLeft: 32,
@ -34,7 +34,7 @@ const firstRunStyle = StyleSheet.create({
color: Colors.White, color: Colors.White,
}, },
spacedParagraph: { spacedParagraph: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 18, fontSize: 18,
lineHeight: 28, lineHeight: 28,
marginLeft: 32, marginLeft: 32,
@ -43,7 +43,7 @@ const firstRunStyle = StyleSheet.create({
color: Colors.White, color: Colors.White,
}, },
infoParagraph: { infoParagraph: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
lineHeight: 20, lineHeight: 20,
marginLeft: 32, marginLeft: 32,
@ -55,7 +55,7 @@ const firstRunStyle = StyleSheet.create({
marginTop: 36, marginTop: 36,
}, },
rowParagraph: { rowParagraph: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
lineHeight: 24, lineHeight: 24,
color: Colors.White, color: Colors.White,
@ -67,7 +67,7 @@ const firstRunStyle = StyleSheet.create({
marginRight: 8, marginRight: 8,
}, },
emailInput: { emailInput: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 24, fontSize: 24,
lineHeight: 24, lineHeight: 24,
marginLeft: 32, marginLeft: 32,
@ -76,7 +76,7 @@ const firstRunStyle = StyleSheet.create({
textAlign: 'center', textAlign: 'center',
}, },
passwordInput: { passwordInput: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 24, fontSize: 24,
lineHeight: 24, lineHeight: 24,
marginLeft: 32, marginLeft: 32,
@ -102,7 +102,7 @@ const firstRunStyle = StyleSheet.create({
actionButton: { actionButton: {
backgroundColor: Colors.White, backgroundColor: Colors.White,
alignSelf: 'center', alignSelf: 'center',
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 12, fontSize: 12,
paddingLeft: 16, paddingLeft: 16,
paddingRight: 16, paddingRight: 16,
@ -114,18 +114,18 @@ const firstRunStyle = StyleSheet.create({
paddingRight: 32, paddingRight: 32,
}, },
buttonText: { buttonText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 18, fontSize: 18,
color: Colors.White, color: Colors.White,
}, },
smallButtonText: { smallButtonText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
color: Colors.White, color: Colors.White,
marginBottom: -2, marginBottom: -2,
}, },
smallLeftButtonText: { smallLeftButtonText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
color: Colors.White, color: Colors.White,
marginBottom: 6, marginBottom: 6,
@ -183,7 +183,7 @@ const firstRunStyle = StyleSheet.create({
}, },
passwordWarningText: { passwordWarningText: {
color: Colors.NextLbryGreen, color: Colors.NextLbryGreen,
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
}, },
centered: { centered: {

View file

@ -42,7 +42,7 @@ const floatingButtonStyle = StyleSheet.create({
}, },
text: { text: {
color: Colors.White, color: Colors.White,
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: 16, fontSize: 16,
}, },
bottomRight: { bottomRight: {

View file

@ -78,7 +78,7 @@ const mediaPlayerStyle = StyleSheet.create({
bottom: 14, bottom: 14,
}, },
elapsedDuration: { elapsedDuration: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
position: 'absolute', position: 'absolute',
left: 8, left: 8,
bottom: 24, bottom: 24,
@ -86,7 +86,7 @@ const mediaPlayerStyle = StyleSheet.create({
color: '#ffffff', color: '#ffffff',
}, },
totalDuration: { totalDuration: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
position: 'absolute', position: 'absolute',
right: 48, right: 48,
bottom: 24, bottom: 24,

View file

@ -29,7 +29,7 @@ const modalPickerStyle = StyleSheet.create({
padding: 12, padding: 12,
}, },
title: { title: {
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: 12, fontSize: 12,
marginTop: 4, marginTop: 4,
textTransform: 'uppercase', textTransform: 'uppercase',
@ -54,7 +54,7 @@ const modalPickerStyle = StyleSheet.create({
itemLabel: { itemLabel: {
marginLeft: 8, marginLeft: 8,
alignSelf: 'flex-start', alignSelf: 'flex-start',
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
}, },
itemSelected: { itemSelected: {

View file

@ -42,7 +42,7 @@ const modalTagSelectorStyle = StyleSheet.create({
marginBottom: 12, marginBottom: 12,
}, },
title: { title: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 24, fontSize: 24,
}, },
buttons: { buttons: {

View file

@ -6,7 +6,7 @@ const modalTipStyle = StyleSheet.create({
padding: 16, padding: 16,
}, },
title: { title: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 24, fontSize: 24,
}, },
row: { row: {
@ -19,7 +19,7 @@ const modalTipStyle = StyleSheet.create({
marginRight: 24, marginRight: 24,
}, },
tipAmountInput: { tipAmountInput: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
alignSelf: 'flex-start', alignSelf: 'flex-start',
textAlign: 'right', textAlign: 'right',
@ -27,7 +27,7 @@ const modalTipStyle = StyleSheet.create({
letterSpacing: 1, letterSpacing: 1,
}, },
currency: { currency: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 12, fontSize: 12,
marginLeft: 4, marginLeft: 4,
}, },
@ -49,7 +49,7 @@ const modalTipStyle = StyleSheet.create({
marginLeft: 24, marginLeft: 24,
}, },
balanceText: { balanceText: {
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: 14, fontSize: 14,
marginLeft: 4, marginLeft: 4,
}, },
@ -57,12 +57,12 @@ const modalTipStyle = StyleSheet.create({
marginTop: 4, marginTop: 4,
}, },
infoText: { infoText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
color: Colors.DescriptionGrey, color: Colors.DescriptionGrey,
}, },
learnMoreLink: { learnMoreLink: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
color: Colors.LbryGreen, color: Colors.LbryGreen,
}, },

View file

@ -42,7 +42,7 @@ const pageHeaderStyle = StyleSheet.create({
flexDirection: 'row', flexDirection: 'row',
}, },
titleText: { titleText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: Platform.OS === 'ios' ? 17 : 20, fontSize: Platform.OS === 'ios' ? 17 : 20,
fontWeight: Platform.OS === 'ios' ? '700' : '500', fontWeight: Platform.OS === 'ios' ? '700' : '500',
color: 'rgba(0, 0, 0, .9)', color: 'rgba(0, 0, 0, .9)',

View file

@ -23,7 +23,7 @@ const publishStyle = StyleSheet.create({
height: 90, height: 90,
}, },
inputText: { inputText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
}, },
card: { card: {
@ -57,7 +57,7 @@ const publishStyle = StyleSheet.create({
alignSelf: 'flex-end', alignSelf: 'flex-end',
}, },
cardTitle: { cardTitle: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 20, fontSize: 20,
marginBottom: 8, marginBottom: 8,
}, },
@ -84,7 +84,7 @@ const publishStyle = StyleSheet.create({
}, },
actionText: { actionText: {
color: Colors.White, color: Colors.White,
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
marginTop: 8, marginTop: 8,
}, },
@ -119,12 +119,12 @@ const publishStyle = StyleSheet.create({
}, },
priceInput: { priceInput: {
width: 80, width: 80,
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
textAlign: 'right', textAlign: 'right',
}, },
currency: { currency: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
}, },
cardRow: { cardRow: {
flex: 1, flex: 1,
@ -155,12 +155,12 @@ const publishStyle = StyleSheet.create({
}, },
loadingText: { loadingText: {
color: Colors.White, color: Colors.White,
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
marginLeft: 8, marginLeft: 8,
}, },
listEmptyText: { listEmptyText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
}, },
titleRow: { titleRow: {
@ -168,7 +168,7 @@ const publishStyle = StyleSheet.create({
justifyContent: 'space-between', justifyContent: 'space-between',
}, },
cardText: { cardText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
}, },
cameraPreview: { cameraPreview: {
@ -192,12 +192,12 @@ const publishStyle = StyleSheet.create({
padding: 16, padding: 16,
}, },
successTitle: { successTitle: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 28, fontSize: 28,
marginBottom: 16, marginBottom: 16,
}, },
successText: { successText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
marginBottom: 16, marginBottom: 16,
lineHeight: 20, lineHeight: 20,
@ -211,7 +211,7 @@ const publishStyle = StyleSheet.create({
successUrl: { successUrl: {
flex: 0.9, flex: 0.9,
fontSize: 32, fontSize: 32,
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
color: Colors.NextLbryGreen, color: Colors.NextLbryGreen,
marginRight: 16, marginRight: 16,
}, },
@ -305,7 +305,7 @@ const publishStyle = StyleSheet.create({
paddingBottom: 12, paddingBottom: 12,
}, },
rewardDriverText: { rewardDriverText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
color: Colors.White, color: Colors.White,
fontSize: 14, fontSize: 14,
}, },
@ -325,7 +325,7 @@ const publishStyle = StyleSheet.create({
marginBottom: 4, marginBottom: 4,
}, },
textInputTitle: { textInputTitle: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 12, fontSize: 12,
marginBottom: -10, marginBottom: -10,
marginLeft: 4, marginLeft: 4,
@ -346,7 +346,7 @@ const publishStyle = StyleSheet.create({
}, },
thumbnailUploadText: { thumbnailUploadText: {
color: Colors.White, color: Colors.White,
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: 12, fontSize: 12,
marginLeft: 4, marginLeft: 4,
}, },
@ -357,7 +357,7 @@ const publishStyle = StyleSheet.create({
marginBottom: 16, marginBottom: 16,
}, },
toggleText: { toggleText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
marginLeft: 8, marginLeft: 8,
}, },
@ -398,7 +398,7 @@ const publishStyle = StyleSheet.create({
padding: 16, padding: 16,
}, },
noPublishText: { noPublishText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
}, },
publishNowButton: { publishNowButton: {
@ -423,21 +423,21 @@ const publishStyle = StyleSheet.create({
}, },
noVideos: { noVideos: {
color: Colors.White, color: Colors.White,
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
}, },
cameraInfo: { cameraInfo: {
color: Colors.White, color: Colors.White,
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
}, },
warningText: { warningText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
color: Colors.DescriptionGrey, color: Colors.DescriptionGrey,
}, },
helpText: { helpText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 12, fontSize: 12,
color: Colors.DescriptionGrey, color: Colors.DescriptionGrey,
}, },
@ -463,7 +463,7 @@ const publishStyle = StyleSheet.create({
}, },
editIcon: { editIcon: {
color: Colors.White, color: Colors.White,
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: 12, fontSize: 12,
}, },
balance: { balance: {
@ -472,7 +472,7 @@ const publishStyle = StyleSheet.create({
marginLeft: 24, marginLeft: 24,
}, },
balanceText: { balanceText: {
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: 14, fontSize: 14,
marginLeft: 4, marginLeft: 4,
}, },

View file

@ -12,7 +12,7 @@ const relatedContentStyle = StyleSheet.create({
borderTopWidth: 1, borderTopWidth: 1,
}, },
title: { title: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 18, fontSize: 18,
}, },
itemList: { itemList: {

View file

@ -37,7 +37,7 @@ const rewardStyle = StyleSheet.create({
marginTop: 36, marginTop: 36,
}, },
enrollDescText: { enrollDescText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 18, fontSize: 18,
lineHeight: 28, lineHeight: 28,
color: Colors.White, color: Colors.White,
@ -67,36 +67,36 @@ const rewardStyle = StyleSheet.create({
paddingBottom: 16, paddingBottom: 16,
}, },
text: { text: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
lineHeight: 24, lineHeight: 24,
}, },
infoText: { infoText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 18, fontSize: 18,
marginLeft: 12, marginLeft: 12,
}, },
title: { title: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 22, fontSize: 22,
marginBottom: 6, marginBottom: 6,
color: Colors.LbryGreen, color: Colors.LbryGreen,
}, },
subtitle: { subtitle: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 18, fontSize: 18,
marginBottom: 6, marginBottom: 6,
color: Colors.LbryGreen, color: Colors.LbryGreen,
}, },
subcardText: { subcardText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 15, fontSize: 15,
lineHeight: 20, lineHeight: 20,
marginLeft: 2, marginLeft: 2,
marginRight: 2, marginRight: 2,
}, },
subcardTextInput: { subcardTextInput: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
marginTop: 2, marginTop: 2,
marginBottom: 2, marginBottom: 2,
@ -122,7 +122,7 @@ const rewardStyle = StyleSheet.create({
}, },
link: { link: {
color: Colors.LbryGreen, color: Colors.LbryGreen,
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
}, },
textLink: { textLink: {
@ -148,21 +148,21 @@ const rewardStyle = StyleSheet.create({
alignItems: 'center', alignItems: 'center',
}, },
rewardAmount: { rewardAmount: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 26, fontSize: 26,
textAlign: 'center', textAlign: 'center',
}, },
rewardCurrency: { rewardCurrency: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
}, },
rewardTitle: { rewardTitle: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
color: Colors.LbryGreen, color: Colors.LbryGreen,
marginBottom: 4, marginBottom: 4,
}, },
rewardDescription: { rewardDescription: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
lineHeight: 18, lineHeight: 18,
marginBottom: 4, marginBottom: 4,
@ -195,7 +195,7 @@ const rewardStyle = StyleSheet.create({
}, },
summaryText: { summaryText: {
color: Colors.White, color: Colors.White,
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 28, fontSize: 28,
marginLeft: 12, marginLeft: 12,
}, },
@ -208,19 +208,19 @@ const rewardStyle = StyleSheet.create({
marginRight: 32, marginRight: 32,
}, },
phoneInputText: { phoneInputText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
letterSpacing: 1.3, letterSpacing: 1.3,
color: Colors.White, color: Colors.White,
}, },
verifyingText: { verifyingText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
marginLeft: 12, marginLeft: 12,
alignSelf: 'flex-start', alignSelf: 'flex-start',
}, },
verificationCodeInput: { verificationCodeInput: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
color: Colors.White, color: Colors.White,
fontSize: 24, fontSize: 24,
letterSpacing: 12, letterSpacing: 12,
@ -244,11 +244,11 @@ const rewardStyle = StyleSheet.create({
}, },
notInterestedLink: { notInterestedLink: {
fontSize: 14, fontSize: 14,
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
color: Colors.White, color: Colors.White,
}, },
learnMoreLink: { learnMoreLink: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
color: Colors.White, color: Colors.White,
textDecorationLine: 'underline', textDecorationLine: 'underline',
}, },
@ -258,7 +258,7 @@ const rewardStyle = StyleSheet.create({
paddingRight: 16, paddingRight: 16,
}, },
customCodeInput: { customCodeInput: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
letterSpacing: 1.3, letterSpacing: 1.3,
marginTop: -8, marginTop: -8,
@ -285,7 +285,7 @@ const rewardStyle = StyleSheet.create({
verificationTitle: { verificationTitle: {
fontSize: 32, fontSize: 32,
color: Colors.White, color: Colors.White,
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
marginLeft: 32, marginLeft: 32,
marginRight: 32, marginRight: 32,
marginBottom: 24, marginBottom: 24,
@ -300,7 +300,7 @@ const rewardStyle = StyleSheet.create({
fontSize: 14, fontSize: 14,
}, },
paragraphText: { paragraphText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
color: Colors.White, color: Colors.White,
fontSize: 12, fontSize: 12,
lineHeight: 16, lineHeight: 16,

View file

@ -44,19 +44,19 @@ const searchStyle = StyleSheet.create({
backgroundColor: Colors.DarkerGrey, backgroundColor: Colors.DarkerGrey,
}, },
tagResultTitle: { tagResultTitle: {
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: 24, fontSize: 24,
color: Colors.White, color: Colors.White,
}, },
tagResultDescription: { tagResultDescription: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
color: Colors.VeryLightGrey, color: Colors.VeryLightGrey,
}, },
searchInput: { searchInput: {
width: '100%', width: '100%',
height: '100%', height: '100%',
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
}, },
noResults: { noResults: {
@ -67,14 +67,14 @@ const searchStyle = StyleSheet.create({
alignItems: 'center', alignItems: 'center',
}, },
noResultsText: { noResultsText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
marginTop: 16, marginTop: 16,
marginLeft: 16, marginLeft: 16,
marginRight: 16, marginRight: 16,
}, },
boldText: { boldText: {
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: 16, fontSize: 16,
}, },
loading: { loading: {

View file

@ -38,23 +38,23 @@ const settingsStyle = StyleSheet.create({
}, },
label: { label: {
fontSize: 14, fontSize: 14,
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
lineHeight: 18, lineHeight: 18,
}, },
description: { description: {
color: '#aaaaaa', color: '#aaaaaa',
fontSize: 12, fontSize: 12,
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
lineHeight: 18, lineHeight: 18,
}, },
sectionTitle: { sectionTitle: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 20, fontSize: 20,
marginBottom: 4, marginBottom: 4,
}, },
sectionDescription: { sectionDescription: {
color: '#aaaaaa', color: '#aaaaaa',
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 12, fontSize: 12,
lineHeight: 18, lineHeight: 18,
marginBottom: 8, marginBottom: 8,
@ -66,7 +66,7 @@ const settingsStyle = StyleSheet.create({
width: '85%', width: '85%',
}, },
languagePickerItem: { languagePickerItem: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
}, },
pickerRow: { pickerRow: {

View file

@ -8,14 +8,14 @@ const splashStyle = StyleSheet.create({
backgroundColor: Colors.LbryGreen, backgroundColor: Colors.LbryGreen,
}, },
title: { title: {
fontFamily: 'Inter-UI-Bold', fontFamily: 'Inter-Bold',
fontSize: 64, fontSize: 64,
textAlign: 'center', textAlign: 'center',
marginBottom: 48, marginBottom: 48,
color: Colors.White, color: Colors.White,
}, },
errorTitle: { errorTitle: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 28, fontSize: 28,
marginBottom: 24, marginBottom: 24,
marginLeft: 24, marginLeft: 24,
@ -23,7 +23,7 @@ const splashStyle = StyleSheet.create({
color: Colors.White, color: Colors.White,
}, },
paragraph: { paragraph: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
lineHeight: 24, lineHeight: 24,
marginBottom: 20, marginBottom: 20,
@ -48,7 +48,7 @@ const splashStyle = StyleSheet.create({
width: '50%', width: '50%',
}, },
details: { details: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
marginLeft: 16, marginLeft: 16,
marginRight: 16, marginRight: 16,
@ -56,7 +56,7 @@ const splashStyle = StyleSheet.create({
textAlign: 'center', textAlign: 'center',
}, },
message: { message: {
fontFamily: 'Inter-UI-Bold', fontFamily: 'Inter-Bold',
fontSize: 18, fontSize: 18,
color: Colors.White, color: Colors.White,
marginLeft: 16, marginLeft: 16,

View file

@ -16,16 +16,16 @@ const storageStatsStyle = StyleSheet.create({
padding: 16, padding: 16,
}, },
totalSize: { totalSize: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 36, fontSize: 36,
}, },
annotation: { annotation: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
marginTop: -4, marginTop: -4,
}, },
statsText: { statsText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
}, },
distributionBar: { distributionBar: {
@ -57,12 +57,12 @@ const storageStatsStyle = StyleSheet.create({
height: 16, height: 16,
}, },
legendText: { legendText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
flex: 0.3, flex: 0.3,
}, },
legendSize: { legendSize: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
flex: 0.6, flex: 0.6,
textAlign: 'right', textAlign: 'right',

View file

@ -37,7 +37,7 @@ const subscriptionsStyle = StyleSheet.create({
paddingTop: 24, paddingTop: 24,
}, },
infoText: { infoText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
marginTop: 8, marginTop: 8,
marginBottom: 8, marginBottom: 8,
@ -57,7 +57,7 @@ const subscriptionsStyle = StyleSheet.create({
marginTop: 16, marginTop: 16,
}, },
contentText: { contentText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
marginLeft: 24, marginLeft: 24,
marginRight: 24, marginRight: 24,
@ -96,7 +96,7 @@ const subscriptionsStyle = StyleSheet.create({
justifyContent: 'center', justifyContent: 'center',
}, },
fileItemName: { fileItemName: {
fontFamily: 'Inter-UI-Bold', fontFamily: 'Inter-Bold',
marginTop: 8, marginTop: 8,
fontSize: 18, fontSize: 18,
}, },
@ -109,7 +109,7 @@ const subscriptionsStyle = StyleSheet.create({
borderBottomWidth: 1, borderBottomWidth: 1,
}, },
channelTitle: { channelTitle: {
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: 20, fontSize: 20,
marginLeft: 24, marginLeft: 24,
marginTop: 16, marginTop: 16,
@ -136,16 +136,16 @@ const subscriptionsStyle = StyleSheet.create({
color: Colors.LbryGreen, color: Colors.LbryGreen,
}, },
inactiveMode: { inactiveMode: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
}, },
activeMode: { activeMode: {
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
}, },
claimList: { claimList: {
flex: 1, flex: 1,
}, },
pageTitle: { pageTitle: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 24, fontSize: 24,
}, },
titleRow: { titleRow: {
@ -171,7 +171,7 @@ const subscriptionsStyle = StyleSheet.create({
marginRight: 24, marginRight: 24,
}, },
tagSortText: { tagSortText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
marginRight: 4, marginRight: 4,
}, },
@ -216,13 +216,13 @@ const subscriptionsStyle = StyleSheet.create({
top: 0, top: 0,
}, },
suggestedItemTitle: { suggestedItemTitle: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
marginBottom: 4, marginBottom: 4,
width: '85%', width: '85%',
}, },
suggestedItemName: { suggestedItemName: {
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: 14, fontSize: 14,
marginBottom: 4, marginBottom: 4,
color: Colors.LbryGreen, color: Colors.LbryGreen,
@ -233,7 +233,7 @@ const subscriptionsStyle = StyleSheet.create({
flexWrap: 'wrap', flexWrap: 'wrap',
}, },
suggestedSubTitle: { suggestedSubTitle: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 20, fontSize: 20,
marginLeft: 16, marginLeft: 16,
marginRight: 16, marginRight: 16,
@ -251,7 +251,7 @@ const subscriptionsStyle = StyleSheet.create({
alignItems: 'center', alignItems: 'center',
}, },
suggestedLink: { suggestedLink: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
}, },
modalContainer: { modalContainer: {

View file

@ -7,7 +7,7 @@ const tagStyle = StyleSheet.create({
marginBottom: 4, marginBottom: 4,
}, },
tagSearchInput: { tagSearchInput: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
}, },
content: { content: {
@ -22,7 +22,7 @@ const tagStyle = StyleSheet.create({
marginRight: 8, marginRight: 8,
}, },
text: { text: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
marginRight: 8, marginRight: 8,
}, },
@ -34,7 +34,7 @@ const tagStyle = StyleSheet.create({
marginTop: 8, marginTop: 8,
}, },
nsfwTagsTitle: { nsfwTagsTitle: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
marginBottom: 4, marginBottom: 4,
}, },

View file

@ -24,29 +24,29 @@ const transactionListStyle = StyleSheet.create({
alignSelf: 'stretch', alignSelf: 'stretch',
}, },
text: { text: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
}, },
link: { link: {
color: Colors.LbryGreen, color: Colors.LbryGreen,
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
}, },
amount: { amount: {
textAlign: 'right', textAlign: 'right',
}, },
smallText: { smallText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 12, fontSize: 12,
color: '#aaaaaa', color: '#aaaaaa',
}, },
smallLink: { smallLink: {
color: Colors.LbryGreen, color: Colors.LbryGreen,
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 12, fontSize: 12,
}, },
noTransactions: { noTransactions: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
textAlign: 'center', textAlign: 'center',
padding: 16, padding: 16,
color: '#aaaaaa', color: '#aaaaaa',

View file

@ -29,7 +29,7 @@ const uriBarStyle = StyleSheet.create({
borderRadius: 24, borderRadius: 24,
paddingLeft: 12, paddingLeft: 12,
paddingRight: 12, paddingRight: 12,
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
height: 44, height: 44,
lineHeight: 18, lineHeight: 18,
@ -66,11 +66,11 @@ const uriBarStyle = StyleSheet.create({
flex: 1, flex: 1,
}, },
itemText: { itemText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
}, },
itemDesc: { itemDesc: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
color: Colors.UriDescBlue, color: Colors.UriDescBlue,
}, },
@ -108,7 +108,7 @@ const uriBarStyle = StyleSheet.create({
alignItems: 'center', alignItems: 'center',
}, },
itemCount: { itemCount: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 20, fontSize: 20,
marginLeft: 30, marginLeft: 30,
}, },

View file

@ -26,7 +26,7 @@ const walletStyle = StyleSheet.create({
flexDirection: 'row', flexDirection: 'row',
}, },
address: { address: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
letterSpacing: 0.8, letterSpacing: 0.8,
borderWidth: 1, borderWidth: 1,
borderRadius: 16, borderRadius: 16,
@ -69,12 +69,12 @@ const walletStyle = StyleSheet.create({
margin: 16, margin: 16,
}, },
title: { title: {
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: 20, fontSize: 20,
marginBottom: 24, marginBottom: 24,
}, },
transactionsTitle: { transactionsTitle: {
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: 20, fontSize: 20,
}, },
transactionsHeader: { transactionsHeader: {
@ -86,16 +86,16 @@ const walletStyle = StyleSheet.create({
borderBottomColor: '#eeeeee', borderBottomColor: '#eeeeee',
}, },
text: { text: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
}, },
link: { link: {
color: Colors.LbryGreen, color: Colors.LbryGreen,
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
}, },
smallText: { smallText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 12, fontSize: 12,
}, },
balanceCard: { balanceCard: {
@ -111,14 +111,14 @@ const walletStyle = StyleSheet.create({
}, },
balanceTitle: { balanceTitle: {
color: Colors.White, color: Colors.White,
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: 20, fontSize: 20,
marginLeft: 16, marginLeft: 16,
marginTop: 16, marginTop: 16,
}, },
balanceCaption: { balanceCaption: {
color: '#caedB9', color: '#caedB9',
fontFamily: 'Inter-UI-Medium', fontFamily: 'Inter-Medium',
fontSize: 14, fontSize: 14,
marginLeft: 16, marginLeft: 16,
marginTop: 8, marginTop: 8,
@ -126,7 +126,7 @@ const walletStyle = StyleSheet.create({
}, },
balance: { balance: {
color: Colors.White, color: Colors.White,
fontFamily: 'Inter-UI-Bold', fontFamily: 'Inter-Bold',
fontSize: 36, fontSize: 36,
marginLeft: 16, marginLeft: 16,
marginBottom: 16, marginBottom: 16,
@ -137,19 +137,19 @@ const walletStyle = StyleSheet.create({
marginLeft: 24, marginLeft: 24,
}, },
balanceText: { balanceText: {
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: 14, fontSize: 14,
marginLeft: 4, marginLeft: 4,
}, },
infoText: { infoText: {
color: '#aaaaaa', color: '#aaaaaa',
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
padding: 16, padding: 16,
textAlign: 'center', textAlign: 'center',
}, },
input: { input: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
}, },
amountInput: { amountInput: {
@ -172,14 +172,14 @@ const walletStyle = StyleSheet.create({
}, },
warningParagraph: { warningParagraph: {
color: Colors.White, color: Colors.White,
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
lineHeight: 24, lineHeight: 24,
marginBottom: 16, marginBottom: 16,
}, },
warningText: { warningText: {
color: Colors.White, color: Colors.White,
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
lineHeight: 24, lineHeight: 24,
marginBottom: 8, marginBottom: 8,
@ -222,7 +222,7 @@ const walletStyle = StyleSheet.create({
}, },
rewardDriverText: { rewardDriverText: {
color: Colors.White, color: Colors.White,
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
lineHeight: 16, lineHeight: 16,
}, },
@ -237,7 +237,7 @@ const walletStyle = StyleSheet.create({
marginRight: 16, marginRight: 16,
}, },
syncDriverTitle: { syncDriverTitle: {
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: 20, fontSize: 20,
paddingLeft: 16, paddingLeft: 16,
marginTop: 16, marginTop: 16,
@ -247,7 +247,7 @@ const walletStyle = StyleSheet.create({
}, },
syncDriverLink: { syncDriverLink: {
color: Colors.LbryGreen, color: Colors.LbryGreen,
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 14, fontSize: 14,
}, },
actionRow: { actionRow: {
@ -291,11 +291,11 @@ const walletStyle = StyleSheet.create({
justifyContent: 'flex-end', justifyContent: 'flex-end',
}, },
labelText: { labelText: {
fontFamily: 'Inter-UI-SemiBold', fontFamily: 'Inter-SemiBold',
fontSize: 16, fontSize: 16,
}, },
valueText: { valueText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
}, },
rightLink: { rightLink: {
@ -316,7 +316,7 @@ const walletStyle = StyleSheet.create({
}, },
loadingText: { loadingText: {
color: '#aaaaaa', color: '#aaaaaa',
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 16, fontSize: 16,
marginLeft: 8, marginLeft: 8,
}, },
@ -331,11 +331,11 @@ const walletStyle = StyleSheet.create({
}, },
continueLink: { continueLink: {
fontSize: 14, fontSize: 14,
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
color: Colors.White, color: Colors.White,
}, },
learnMoreLink: { learnMoreLink: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
color: Colors.NextLbryGreen, color: Colors.NextLbryGreen,
}, },
signInButton: { signInButton: {
@ -353,7 +353,7 @@ const walletStyle = StyleSheet.create({
marginTop: 36, marginTop: 36,
}, },
onboardingText: { onboardingText: {
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 18, fontSize: 18,
lineHeight: 28, lineHeight: 28,
color: Colors.White, color: Colors.White,
@ -363,7 +363,7 @@ const walletStyle = StyleSheet.create({
}, },
signInTitle: { signInTitle: {
color: Colors.White, color: Colors.White,
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-Regular',
fontSize: 28, fontSize: 28,
}, },
}); });