update fontFamily definitions
This commit is contained in:
parent
e97bf7ce79
commit
b149c0039a
33 changed files with 238 additions and 238 deletions
|
@ -32,14 +32,14 @@ const aboutStyle = StyleSheet.create({
|
|||
title: {
|
||||
color: Colors.LbryGreen,
|
||||
fontSize: 24,
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
marginTop: 16,
|
||||
marginLeft: 12,
|
||||
marginRight: 12,
|
||||
marginBottom: 8,
|
||||
},
|
||||
paragraph: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
lineHeight: 24,
|
||||
marginLeft: 12,
|
||||
|
@ -53,13 +53,13 @@ const aboutStyle = StyleSheet.create({
|
|||
},
|
||||
link: {
|
||||
color: Colors.LbryGreen,
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
marginBottom: 24,
|
||||
},
|
||||
listLink: {
|
||||
color: Colors.LbryGreen,
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 15,
|
||||
alignSelf: 'flex-end',
|
||||
},
|
||||
|
@ -67,30 +67,30 @@ const aboutStyle = StyleSheet.create({
|
|||
alignSelf: 'stretch',
|
||||
},
|
||||
socialTitle: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
marginLeft: 12,
|
||||
marginRight: 12,
|
||||
marginBottom: 8,
|
||||
fontSize: 20,
|
||||
},
|
||||
releaseInfoTitle: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
marginLeft: 12,
|
||||
marginRight: 12,
|
||||
marginBottom: 12,
|
||||
fontSize: 20,
|
||||
},
|
||||
text: {
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: 15,
|
||||
},
|
||||
valueText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
textAlign: 'right',
|
||||
fontSize: 15,
|
||||
},
|
||||
lineValueText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 15,
|
||||
},
|
||||
});
|
||||
|
|
|
@ -29,7 +29,7 @@ const buttonStyle = StyleSheet.create({
|
|||
color: Colors.DarkGrey,
|
||||
},
|
||||
text: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
},
|
||||
textWithIcon: {
|
||||
|
|
|
@ -17,7 +17,7 @@ const channelCreatorStyle = StyleSheet.create({
|
|||
backgroundColor: Colors.PageBackground,
|
||||
},
|
||||
channelPicker: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
height: 52,
|
||||
width: '100%',
|
||||
|
@ -27,7 +27,7 @@ const channelCreatorStyle = StyleSheet.create({
|
|||
alignItems: 'center',
|
||||
},
|
||||
label: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
},
|
||||
balance: {
|
||||
|
@ -36,24 +36,24 @@ const channelCreatorStyle = StyleSheet.create({
|
|||
marginLeft: 24,
|
||||
},
|
||||
balanceText: {
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: 14,
|
||||
marginLeft: 4,
|
||||
},
|
||||
channelNameInput: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
paddingLeft: 20,
|
||||
},
|
||||
bidAmountInput: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
marginLeft: 16,
|
||||
textAlign: 'right',
|
||||
width: 80,
|
||||
},
|
||||
helpText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 12,
|
||||
color: Colors.DescriptionGrey,
|
||||
},
|
||||
|
@ -68,7 +68,7 @@ const channelCreatorStyle = StyleSheet.create({
|
|||
position: 'absolute',
|
||||
left: 4,
|
||||
top: 13,
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
},
|
||||
buttonContainer: {
|
||||
|
@ -90,7 +90,7 @@ const channelCreatorStyle = StyleSheet.create({
|
|||
alignSelf: 'flex-end',
|
||||
},
|
||||
inlineError: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 12,
|
||||
color: Colors.Red,
|
||||
marginTop: 2,
|
||||
|
@ -151,12 +151,12 @@ const channelCreatorStyle = StyleSheet.create({
|
|||
alignItems: 'center',
|
||||
},
|
||||
channelListTitle: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 18,
|
||||
marginBottom: 4,
|
||||
},
|
||||
channelListName: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
},
|
||||
channelListAvatar: {
|
||||
|
@ -189,13 +189,13 @@ const channelCreatorStyle = StyleSheet.create({
|
|||
marginBottom: 4,
|
||||
},
|
||||
textInputTitle: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 12,
|
||||
marginBottom: -10,
|
||||
marginLeft: 4,
|
||||
},
|
||||
inputText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
},
|
||||
toggleContainer: {
|
||||
|
@ -209,7 +209,7 @@ const channelCreatorStyle = StyleSheet.create({
|
|||
marginRight: 16,
|
||||
},
|
||||
cardTitle: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 20,
|
||||
marginBottom: 8,
|
||||
},
|
||||
|
@ -243,7 +243,7 @@ const channelCreatorStyle = StyleSheet.create({
|
|||
},
|
||||
editIcon: {
|
||||
color: Colors.White,
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: 12,
|
||||
},
|
||||
uploadProgress: {
|
||||
|
@ -262,7 +262,7 @@ const channelCreatorStyle = StyleSheet.create({
|
|||
},
|
||||
uploadText: {
|
||||
color: Colors.White,
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: 12,
|
||||
marginLeft: 4,
|
||||
},
|
||||
|
|
|
@ -10,7 +10,7 @@ const channelIconStyle = StyleSheet.create({
|
|||
alignSelf: 'flex-start',
|
||||
},
|
||||
placeholderText: {
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: 14,
|
||||
},
|
||||
thumbnailContainer: {
|
||||
|
@ -39,14 +39,14 @@ const channelIconStyle = StyleSheet.create({
|
|||
justifyContent: 'center',
|
||||
},
|
||||
title: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 12,
|
||||
width: 80,
|
||||
marginTop: 4,
|
||||
textAlign: 'center',
|
||||
},
|
||||
autothumbCharacter: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 48,
|
||||
color: Colors.White,
|
||||
},
|
||||
|
|
|
@ -23,7 +23,7 @@ const channelPageStyle = StyleSheet.create({
|
|||
},
|
||||
title: {
|
||||
color: Colors.LbryGreen,
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: 30,
|
||||
margin: 16,
|
||||
},
|
||||
|
@ -34,7 +34,7 @@ const channelPageStyle = StyleSheet.create({
|
|||
padding: 24,
|
||||
},
|
||||
infoText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 20,
|
||||
textAlign: 'center',
|
||||
},
|
||||
|
@ -62,7 +62,7 @@ const channelPageStyle = StyleSheet.create({
|
|||
},
|
||||
channelName: {
|
||||
color: Colors.White,
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 18,
|
||||
padding: 2,
|
||||
backgroundColor: '#000000aa',
|
||||
|
@ -98,7 +98,7 @@ const channelPageStyle = StyleSheet.create({
|
|||
justifyContent: 'flex-end',
|
||||
},
|
||||
tabTitle: {
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: 14,
|
||||
color: Colors.White,
|
||||
},
|
||||
|
@ -131,12 +131,12 @@ const channelPageStyle = StyleSheet.create({
|
|||
padding: 24,
|
||||
},
|
||||
aboutTitle: {
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: 16,
|
||||
lineHeight: 24,
|
||||
},
|
||||
aboutText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
lineHeight: 24,
|
||||
},
|
||||
|
@ -182,7 +182,7 @@ const channelPageStyle = StyleSheet.create({
|
|||
marginRight: 8,
|
||||
},
|
||||
followerCount: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 12,
|
||||
color: Colors.White,
|
||||
marginTop: 2,
|
||||
|
|
|
@ -6,13 +6,13 @@ const channelSelectorStyle = StyleSheet.create({
|
|||
flex: 1,
|
||||
},
|
||||
channelPicker: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
height: 52,
|
||||
width: '100%',
|
||||
},
|
||||
channelPickerItem: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
},
|
||||
bidRow: {
|
||||
|
@ -21,7 +21,7 @@ const channelSelectorStyle = StyleSheet.create({
|
|||
alignItems: 'center',
|
||||
},
|
||||
label: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
},
|
||||
balance: {
|
||||
|
@ -30,24 +30,24 @@ const channelSelectorStyle = StyleSheet.create({
|
|||
marginLeft: 24,
|
||||
},
|
||||
balanceText: {
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: 14,
|
||||
marginLeft: 4,
|
||||
},
|
||||
channelNameInput: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
paddingLeft: 20,
|
||||
},
|
||||
bidAmountInput: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
marginLeft: 16,
|
||||
textAlign: 'right',
|
||||
width: 80,
|
||||
},
|
||||
helpText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 12,
|
||||
},
|
||||
createChannelContainer: {
|
||||
|
@ -59,7 +59,7 @@ const channelSelectorStyle = StyleSheet.create({
|
|||
position: 'absolute',
|
||||
left: 4,
|
||||
top: 13,
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
},
|
||||
buttonContainer: {
|
||||
|
@ -80,7 +80,7 @@ const channelSelectorStyle = StyleSheet.create({
|
|||
backgroundColor: Colors.NextLbryGreen,
|
||||
},
|
||||
inlineError: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 12,
|
||||
color: Colors.Red,
|
||||
marginTop: 2,
|
||||
|
|
|
@ -13,7 +13,7 @@ const claimListStyle = StyleSheet.create({
|
|||
},
|
||||
noContentText: {
|
||||
color: Colors.DescriptionGrey,
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
margin: 16,
|
||||
textAlign: 'center',
|
||||
|
|
|
@ -55,11 +55,11 @@ const discoverStyle = StyleSheet.create({
|
|||
alignItems: 'center',
|
||||
},
|
||||
pageTitle: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 24,
|
||||
},
|
||||
customizeLink: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
},
|
||||
trendingContainer: {
|
||||
|
@ -74,7 +74,7 @@ const discoverStyle = StyleSheet.create({
|
|||
flexDirection: 'row',
|
||||
},
|
||||
title: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 20,
|
||||
textAlign: 'center',
|
||||
marginLeft: 10,
|
||||
|
@ -95,7 +95,7 @@ const discoverStyle = StyleSheet.create({
|
|||
marginBottom: 56,
|
||||
},
|
||||
footerTitle: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 20,
|
||||
marginBottom: 10,
|
||||
},
|
||||
|
@ -108,7 +108,7 @@ const discoverStyle = StyleSheet.create({
|
|||
marginBottom: 12,
|
||||
},
|
||||
categoryName: {
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: 18,
|
||||
color: Colors.Black,
|
||||
},
|
||||
|
@ -127,7 +127,7 @@ const discoverStyle = StyleSheet.create({
|
|||
justifyContent: 'center',
|
||||
},
|
||||
moreText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
color: Colors.White,
|
||||
fontSize: 24,
|
||||
},
|
||||
|
@ -142,18 +142,18 @@ const discoverStyle = StyleSheet.create({
|
|||
justifyContent: 'center',
|
||||
},
|
||||
fileItemName: {
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
marginTop: 8,
|
||||
fontSize: 14,
|
||||
},
|
||||
channelName: {
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: 12,
|
||||
marginTop: 4,
|
||||
color: Colors.LbryGreen,
|
||||
},
|
||||
anonChannelName: {
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: 12,
|
||||
marginTop: 4,
|
||||
color: Colors.DescriptionGrey,
|
||||
|
@ -176,7 +176,7 @@ const discoverStyle = StyleSheet.create({
|
|||
borderRadius: 4,
|
||||
},
|
||||
filePriceText: {
|
||||
fontFamily: 'Inter-UI-Bold',
|
||||
fontFamily: 'Inter-Bold',
|
||||
fontSize: 12,
|
||||
textAlign: 'center',
|
||||
color: '#0c604b',
|
||||
|
@ -205,7 +205,7 @@ const discoverStyle = StyleSheet.create({
|
|||
color: Colors.White,
|
||||
fontSize: 14,
|
||||
textAlign: 'center',
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
},
|
||||
rewardTitleContainer: {
|
||||
alignItems: 'center',
|
||||
|
@ -222,11 +222,11 @@ const discoverStyle = StyleSheet.create({
|
|||
flex: 0.9,
|
||||
},
|
||||
menuText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
},
|
||||
titleText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
},
|
||||
detailsRow: {
|
||||
flexDirection: 'row',
|
||||
|
@ -236,7 +236,7 @@ const discoverStyle = StyleSheet.create({
|
|||
marginTop: 2,
|
||||
},
|
||||
dateTimeText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 12,
|
||||
color: Colors.DescriptionGrey,
|
||||
},
|
||||
|
@ -259,7 +259,7 @@ const discoverStyle = StyleSheet.create({
|
|||
flex: 1,
|
||||
},
|
||||
tagPageTitle: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 24,
|
||||
},
|
||||
tagPageClaimList: {
|
||||
|
@ -288,7 +288,7 @@ const discoverStyle = StyleSheet.create({
|
|||
alignItems: 'center',
|
||||
},
|
||||
tagSortText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
marginRight: 4,
|
||||
},
|
||||
|
@ -296,7 +296,7 @@ const discoverStyle = StyleSheet.create({
|
|||
marginTop: -6,
|
||||
},
|
||||
pickerLabel: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
color: Colors.DescriptionGrey,
|
||||
marginRight: 6,
|
||||
|
@ -307,7 +307,7 @@ const discoverStyle = StyleSheet.create({
|
|||
marginBottom: 8,
|
||||
},
|
||||
menuGroupName: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 12,
|
||||
color: Colors.DescriptionGrey,
|
||||
textTransform: 'uppercase',
|
||||
|
@ -337,7 +337,7 @@ const discoverStyle = StyleSheet.create({
|
|||
},
|
||||
menuItem: {
|
||||
marginLeft: 8,
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
},
|
||||
signInContainer: {
|
||||
|
@ -353,7 +353,7 @@ const discoverStyle = StyleSheet.create({
|
|||
left: 16,
|
||||
},
|
||||
signedInEmail: {
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: 15,
|
||||
color: Colors.White,
|
||||
},
|
||||
|
@ -388,13 +388,13 @@ const discoverStyle = StyleSheet.create({
|
|||
},
|
||||
signInMenuItemText: {
|
||||
color: Colors.DescriptionGrey,
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: 14,
|
||||
textAlign: 'center',
|
||||
},
|
||||
signInMenuItemButtonText: {
|
||||
color: Colors.White,
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: 14,
|
||||
textAlign: 'center',
|
||||
},
|
||||
|
|
|
@ -30,7 +30,7 @@ const downloadsStyle = StyleSheet.create({
|
|||
paddingBottom: 16,
|
||||
},
|
||||
noDownloadsText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
lineHeight: 24,
|
||||
marginLeft: 16,
|
||||
|
|
|
@ -30,7 +30,7 @@ const emptyStateStyle = StyleSheet.create({
|
|||
message: {
|
||||
marginTop: 24,
|
||||
textAlign: 'center',
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 18,
|
||||
lineHeight: 28,
|
||||
marginBottom: 24,
|
||||
|
|
|
@ -11,7 +11,7 @@ const fileDownloadButtonStyle = StyleSheet.create({
|
|||
backgroundColor: Colors.LbryGreen,
|
||||
},
|
||||
text: {
|
||||
fontFamily: 'Inter-UI-Medium',
|
||||
fontFamily: 'Inter-Medium',
|
||||
color: Colors.White,
|
||||
fontSize: 14,
|
||||
textAlign: 'center',
|
||||
|
|
|
@ -10,7 +10,7 @@ const fileItemMediaStyle = StyleSheet.create({
|
|||
alignItems: 'center',
|
||||
},
|
||||
autothumbText: {
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
textAlign: 'center',
|
||||
color: Colors.White,
|
||||
fontSize: 40,
|
||||
|
@ -22,7 +22,7 @@ const fileItemMediaStyle = StyleSheet.create({
|
|||
},
|
||||
text: {
|
||||
color: '#ffffff',
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
marginTop: 8,
|
||||
},
|
||||
|
@ -45,7 +45,7 @@ const fileItemMediaStyle = StyleSheet.create({
|
|||
paddingRight: 2,
|
||||
},
|
||||
durationText: {
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: 12,
|
||||
color: Colors.White,
|
||||
},
|
||||
|
|
|
@ -22,12 +22,12 @@ const fileListStyle = StyleSheet.create({
|
|||
flex: 1,
|
||||
},
|
||||
featuredUri: {
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: 24,
|
||||
color: Colors.White,
|
||||
},
|
||||
featuredTitle: {
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: screenWidthPixels <= 720 ? 12 : 16,
|
||||
color: Colors.White,
|
||||
},
|
||||
|
@ -50,16 +50,16 @@ const fileListStyle = StyleSheet.create({
|
|||
backgroundColor: '#000000aa',
|
||||
},
|
||||
title: {
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: screenWidthPixels <= 720 ? 12 : 14,
|
||||
},
|
||||
uri: {
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: screenWidthPixels <= 720 ? 12 : 14,
|
||||
marginBottom: 8,
|
||||
},
|
||||
publisher: {
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: screenWidthPixels <= 720 ? 11 : 12,
|
||||
marginTop: screenWidthPixels <= 720 ? 1 : 3,
|
||||
color: Colors.LbryGreen,
|
||||
|
@ -73,7 +73,7 @@ const fileListStyle = StyleSheet.create({
|
|||
justifyContent: 'space-between',
|
||||
},
|
||||
infoText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: screenWidthPixels <= 720 ? 11 : 12,
|
||||
color: Colors.ChannelGrey,
|
||||
},
|
||||
|
@ -134,7 +134,7 @@ const fileListStyle = StyleSheet.create({
|
|||
borderRadius: 4,
|
||||
},
|
||||
filePriceText: {
|
||||
fontFamily: 'Inter-UI-Bold',
|
||||
fontFamily: 'Inter-Bold',
|
||||
fontSize: 12,
|
||||
textAlign: 'center',
|
||||
color: '#0c604b',
|
||||
|
|
|
@ -38,7 +38,7 @@ const filePageStyle = StyleSheet.create({
|
|||
marginBottom: -17,
|
||||
},
|
||||
emptyClaimText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
textAlign: 'center',
|
||||
fontSize: 20,
|
||||
marginLeft: 24,
|
||||
|
@ -54,7 +54,7 @@ const filePageStyle = StyleSheet.create({
|
|||
flex: 1,
|
||||
},
|
||||
title: {
|
||||
fontFamily: 'Inter-UI-Bold',
|
||||
fontFamily: 'Inter-Bold',
|
||||
fontSize: 16,
|
||||
flex: 18,
|
||||
alignSelf: 'flex-start',
|
||||
|
@ -88,17 +88,17 @@ const filePageStyle = StyleSheet.create({
|
|||
marginTop: 6,
|
||||
},
|
||||
channelName: {
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: 14,
|
||||
color: Colors.LbryGreen,
|
||||
},
|
||||
anonChannelName: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
color: Colors.DescriptionGrey,
|
||||
},
|
||||
publishDateText: {
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: 12,
|
||||
color: Colors.DescriptionGrey,
|
||||
},
|
||||
|
@ -107,7 +107,7 @@ const filePageStyle = StyleSheet.create({
|
|||
},
|
||||
description: {
|
||||
color: Colors.DescriptionGrey,
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 13,
|
||||
lineHeight: 18,
|
||||
marginTop: -8,
|
||||
|
@ -179,7 +179,7 @@ const filePageStyle = StyleSheet.create({
|
|||
borderRadius: 4,
|
||||
},
|
||||
filePriceText: {
|
||||
fontFamily: 'Inter-UI-Bold',
|
||||
fontFamily: 'Inter-Bold',
|
||||
fontSize: 12,
|
||||
textAlign: 'center',
|
||||
color: '#0c604b',
|
||||
|
@ -234,19 +234,19 @@ const filePageStyle = StyleSheet.create({
|
|||
paddingRight: 24,
|
||||
},
|
||||
dmcaText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 18,
|
||||
lineHeight: 24,
|
||||
},
|
||||
dmcaLink: {
|
||||
color: Colors.LbryGreen,
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 18,
|
||||
lineHeight: 24,
|
||||
marginTop: 24,
|
||||
},
|
||||
infoText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 20,
|
||||
textAlign: 'center',
|
||||
marginLeft: 10,
|
||||
|
@ -293,7 +293,7 @@ const filePageStyle = StyleSheet.create({
|
|||
marginBottom: 14,
|
||||
},
|
||||
input: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
},
|
||||
tipAmountInput: {
|
||||
|
@ -315,7 +315,7 @@ const filePageStyle = StyleSheet.create({
|
|||
marginTop: -8,
|
||||
},
|
||||
text: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
lineHeight: 24,
|
||||
},
|
||||
|
@ -336,12 +336,12 @@ const filePageStyle = StyleSheet.create({
|
|||
flexDirection: 'row',
|
||||
},
|
||||
tagTitle: {
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
flex: 0.2,
|
||||
marginTop: 4,
|
||||
},
|
||||
tagList: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
flex: 0.8,
|
||||
flexDirection: 'row',
|
||||
flexWrap: 'wrap',
|
||||
|
@ -363,7 +363,7 @@ const filePageStyle = StyleSheet.create({
|
|||
marginRight: 8,
|
||||
},
|
||||
rewardDriverText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
color: Colors.White,
|
||||
fontSize: 14,
|
||||
},
|
||||
|
@ -402,7 +402,7 @@ const filePageStyle = StyleSheet.create({
|
|||
color: Colors.DescriptionGrey,
|
||||
},
|
||||
largeButtonText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
marginTop: 4,
|
||||
},
|
||||
|
@ -430,7 +430,7 @@ const filePageStyle = StyleSheet.create({
|
|||
},
|
||||
unsupportedContentFilename: {
|
||||
color: Colors.LbryGreen,
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: 16,
|
||||
},
|
||||
unsupportedContentImage: {
|
||||
|
@ -439,11 +439,11 @@ const filePageStyle = StyleSheet.create({
|
|||
marginRight: 24,
|
||||
},
|
||||
unsupportedContentTitle: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 20,
|
||||
},
|
||||
unsupportedContentText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
marginTop: 4,
|
||||
},
|
||||
|
@ -451,7 +451,7 @@ const filePageStyle = StyleSheet.create({
|
|||
marginTop: 16,
|
||||
},
|
||||
viewCount: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 12,
|
||||
color: Colors.DescriptionGrey,
|
||||
marginLeft: 12,
|
||||
|
@ -463,7 +463,7 @@ const filePageStyle = StyleSheet.create({
|
|||
marginLeft: 24,
|
||||
},
|
||||
balanceText: {
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: 14,
|
||||
marginLeft: 4,
|
||||
},
|
||||
|
|
|
@ -17,7 +17,7 @@ const firstRunStyle = StyleSheet.create({
|
|||
backgroundColor: Colors.LbryGreen,
|
||||
},
|
||||
title: {
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: 40,
|
||||
marginLeft: 32,
|
||||
marginRight: 32,
|
||||
|
@ -25,7 +25,7 @@ const firstRunStyle = StyleSheet.create({
|
|||
color: Colors.White,
|
||||
},
|
||||
paragraph: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 18,
|
||||
lineHeight: 24,
|
||||
marginLeft: 32,
|
||||
|
@ -34,7 +34,7 @@ const firstRunStyle = StyleSheet.create({
|
|||
color: Colors.White,
|
||||
},
|
||||
spacedParagraph: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 18,
|
||||
lineHeight: 28,
|
||||
marginLeft: 32,
|
||||
|
@ -43,7 +43,7 @@ const firstRunStyle = StyleSheet.create({
|
|||
color: Colors.White,
|
||||
},
|
||||
infoParagraph: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
lineHeight: 20,
|
||||
marginLeft: 32,
|
||||
|
@ -55,7 +55,7 @@ const firstRunStyle = StyleSheet.create({
|
|||
marginTop: 36,
|
||||
},
|
||||
rowParagraph: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
lineHeight: 24,
|
||||
color: Colors.White,
|
||||
|
@ -67,7 +67,7 @@ const firstRunStyle = StyleSheet.create({
|
|||
marginRight: 8,
|
||||
},
|
||||
emailInput: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 24,
|
||||
lineHeight: 24,
|
||||
marginLeft: 32,
|
||||
|
@ -76,7 +76,7 @@ const firstRunStyle = StyleSheet.create({
|
|||
textAlign: 'center',
|
||||
},
|
||||
passwordInput: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 24,
|
||||
lineHeight: 24,
|
||||
marginLeft: 32,
|
||||
|
@ -102,7 +102,7 @@ const firstRunStyle = StyleSheet.create({
|
|||
actionButton: {
|
||||
backgroundColor: Colors.White,
|
||||
alignSelf: 'center',
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 12,
|
||||
paddingLeft: 16,
|
||||
paddingRight: 16,
|
||||
|
@ -114,18 +114,18 @@ const firstRunStyle = StyleSheet.create({
|
|||
paddingRight: 32,
|
||||
},
|
||||
buttonText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 18,
|
||||
color: Colors.White,
|
||||
},
|
||||
smallButtonText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
color: Colors.White,
|
||||
marginBottom: -2,
|
||||
},
|
||||
smallLeftButtonText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
color: Colors.White,
|
||||
marginBottom: 6,
|
||||
|
@ -183,7 +183,7 @@ const firstRunStyle = StyleSheet.create({
|
|||
},
|
||||
passwordWarningText: {
|
||||
color: Colors.NextLbryGreen,
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
},
|
||||
centered: {
|
||||
|
|
|
@ -42,7 +42,7 @@ const floatingButtonStyle = StyleSheet.create({
|
|||
},
|
||||
text: {
|
||||
color: Colors.White,
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: 16,
|
||||
},
|
||||
bottomRight: {
|
||||
|
|
|
@ -78,7 +78,7 @@ const mediaPlayerStyle = StyleSheet.create({
|
|||
bottom: 14,
|
||||
},
|
||||
elapsedDuration: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
position: 'absolute',
|
||||
left: 8,
|
||||
bottom: 24,
|
||||
|
@ -86,7 +86,7 @@ const mediaPlayerStyle = StyleSheet.create({
|
|||
color: '#ffffff',
|
||||
},
|
||||
totalDuration: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
position: 'absolute',
|
||||
right: 48,
|
||||
bottom: 24,
|
||||
|
|
|
@ -29,7 +29,7 @@ const modalPickerStyle = StyleSheet.create({
|
|||
padding: 12,
|
||||
},
|
||||
title: {
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: 12,
|
||||
marginTop: 4,
|
||||
textTransform: 'uppercase',
|
||||
|
@ -54,7 +54,7 @@ const modalPickerStyle = StyleSheet.create({
|
|||
itemLabel: {
|
||||
marginLeft: 8,
|
||||
alignSelf: 'flex-start',
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
},
|
||||
itemSelected: {
|
||||
|
|
|
@ -42,7 +42,7 @@ const modalTagSelectorStyle = StyleSheet.create({
|
|||
marginBottom: 12,
|
||||
},
|
||||
title: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 24,
|
||||
},
|
||||
buttons: {
|
||||
|
|
|
@ -6,7 +6,7 @@ const modalTipStyle = StyleSheet.create({
|
|||
padding: 16,
|
||||
},
|
||||
title: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 24,
|
||||
},
|
||||
row: {
|
||||
|
@ -19,7 +19,7 @@ const modalTipStyle = StyleSheet.create({
|
|||
marginRight: 24,
|
||||
},
|
||||
tipAmountInput: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
alignSelf: 'flex-start',
|
||||
textAlign: 'right',
|
||||
|
@ -27,7 +27,7 @@ const modalTipStyle = StyleSheet.create({
|
|||
letterSpacing: 1,
|
||||
},
|
||||
currency: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 12,
|
||||
marginLeft: 4,
|
||||
},
|
||||
|
@ -49,7 +49,7 @@ const modalTipStyle = StyleSheet.create({
|
|||
marginLeft: 24,
|
||||
},
|
||||
balanceText: {
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: 14,
|
||||
marginLeft: 4,
|
||||
},
|
||||
|
@ -57,12 +57,12 @@ const modalTipStyle = StyleSheet.create({
|
|||
marginTop: 4,
|
||||
},
|
||||
infoText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
color: Colors.DescriptionGrey,
|
||||
},
|
||||
learnMoreLink: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
color: Colors.LbryGreen,
|
||||
},
|
||||
|
|
|
@ -42,7 +42,7 @@ const pageHeaderStyle = StyleSheet.create({
|
|||
flexDirection: 'row',
|
||||
},
|
||||
titleText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: Platform.OS === 'ios' ? 17 : 20,
|
||||
fontWeight: Platform.OS === 'ios' ? '700' : '500',
|
||||
color: 'rgba(0, 0, 0, .9)',
|
||||
|
|
|
@ -23,7 +23,7 @@ const publishStyle = StyleSheet.create({
|
|||
height: 90,
|
||||
},
|
||||
inputText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
},
|
||||
card: {
|
||||
|
@ -57,7 +57,7 @@ const publishStyle = StyleSheet.create({
|
|||
alignSelf: 'flex-end',
|
||||
},
|
||||
cardTitle: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 20,
|
||||
marginBottom: 8,
|
||||
},
|
||||
|
@ -84,7 +84,7 @@ const publishStyle = StyleSheet.create({
|
|||
},
|
||||
actionText: {
|
||||
color: Colors.White,
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
marginTop: 8,
|
||||
},
|
||||
|
@ -119,12 +119,12 @@ const publishStyle = StyleSheet.create({
|
|||
},
|
||||
priceInput: {
|
||||
width: 80,
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
textAlign: 'right',
|
||||
},
|
||||
currency: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
},
|
||||
cardRow: {
|
||||
flex: 1,
|
||||
|
@ -155,12 +155,12 @@ const publishStyle = StyleSheet.create({
|
|||
},
|
||||
loadingText: {
|
||||
color: Colors.White,
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
marginLeft: 8,
|
||||
},
|
||||
listEmptyText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
},
|
||||
titleRow: {
|
||||
|
@ -168,7 +168,7 @@ const publishStyle = StyleSheet.create({
|
|||
justifyContent: 'space-between',
|
||||
},
|
||||
cardText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
},
|
||||
cameraPreview: {
|
||||
|
@ -192,12 +192,12 @@ const publishStyle = StyleSheet.create({
|
|||
padding: 16,
|
||||
},
|
||||
successTitle: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 28,
|
||||
marginBottom: 16,
|
||||
},
|
||||
successText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
marginBottom: 16,
|
||||
lineHeight: 20,
|
||||
|
@ -211,7 +211,7 @@ const publishStyle = StyleSheet.create({
|
|||
successUrl: {
|
||||
flex: 0.9,
|
||||
fontSize: 32,
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
color: Colors.NextLbryGreen,
|
||||
marginRight: 16,
|
||||
},
|
||||
|
@ -305,7 +305,7 @@ const publishStyle = StyleSheet.create({
|
|||
paddingBottom: 12,
|
||||
},
|
||||
rewardDriverText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
color: Colors.White,
|
||||
fontSize: 14,
|
||||
},
|
||||
|
@ -325,7 +325,7 @@ const publishStyle = StyleSheet.create({
|
|||
marginBottom: 4,
|
||||
},
|
||||
textInputTitle: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 12,
|
||||
marginBottom: -10,
|
||||
marginLeft: 4,
|
||||
|
@ -346,7 +346,7 @@ const publishStyle = StyleSheet.create({
|
|||
},
|
||||
thumbnailUploadText: {
|
||||
color: Colors.White,
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: 12,
|
||||
marginLeft: 4,
|
||||
},
|
||||
|
@ -357,7 +357,7 @@ const publishStyle = StyleSheet.create({
|
|||
marginBottom: 16,
|
||||
},
|
||||
toggleText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
marginLeft: 8,
|
||||
},
|
||||
|
@ -398,7 +398,7 @@ const publishStyle = StyleSheet.create({
|
|||
padding: 16,
|
||||
},
|
||||
noPublishText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
},
|
||||
publishNowButton: {
|
||||
|
@ -423,21 +423,21 @@ const publishStyle = StyleSheet.create({
|
|||
},
|
||||
noVideos: {
|
||||
color: Colors.White,
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
},
|
||||
cameraInfo: {
|
||||
color: Colors.White,
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
},
|
||||
warningText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
color: Colors.DescriptionGrey,
|
||||
},
|
||||
helpText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 12,
|
||||
color: Colors.DescriptionGrey,
|
||||
},
|
||||
|
@ -463,7 +463,7 @@ const publishStyle = StyleSheet.create({
|
|||
},
|
||||
editIcon: {
|
||||
color: Colors.White,
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: 12,
|
||||
},
|
||||
balance: {
|
||||
|
@ -472,7 +472,7 @@ const publishStyle = StyleSheet.create({
|
|||
marginLeft: 24,
|
||||
},
|
||||
balanceText: {
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: 14,
|
||||
marginLeft: 4,
|
||||
},
|
||||
|
|
|
@ -12,7 +12,7 @@ const relatedContentStyle = StyleSheet.create({
|
|||
borderTopWidth: 1,
|
||||
},
|
||||
title: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 18,
|
||||
},
|
||||
itemList: {
|
||||
|
|
|
@ -37,7 +37,7 @@ const rewardStyle = StyleSheet.create({
|
|||
marginTop: 36,
|
||||
},
|
||||
enrollDescText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 18,
|
||||
lineHeight: 28,
|
||||
color: Colors.White,
|
||||
|
@ -67,36 +67,36 @@ const rewardStyle = StyleSheet.create({
|
|||
paddingBottom: 16,
|
||||
},
|
||||
text: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
lineHeight: 24,
|
||||
},
|
||||
infoText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 18,
|
||||
marginLeft: 12,
|
||||
},
|
||||
title: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 22,
|
||||
marginBottom: 6,
|
||||
color: Colors.LbryGreen,
|
||||
},
|
||||
subtitle: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 18,
|
||||
marginBottom: 6,
|
||||
color: Colors.LbryGreen,
|
||||
},
|
||||
subcardText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 15,
|
||||
lineHeight: 20,
|
||||
marginLeft: 2,
|
||||
marginRight: 2,
|
||||
},
|
||||
subcardTextInput: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
marginTop: 2,
|
||||
marginBottom: 2,
|
||||
|
@ -122,7 +122,7 @@ const rewardStyle = StyleSheet.create({
|
|||
},
|
||||
link: {
|
||||
color: Colors.LbryGreen,
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
},
|
||||
textLink: {
|
||||
|
@ -148,21 +148,21 @@ const rewardStyle = StyleSheet.create({
|
|||
alignItems: 'center',
|
||||
},
|
||||
rewardAmount: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 26,
|
||||
textAlign: 'center',
|
||||
},
|
||||
rewardCurrency: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
},
|
||||
rewardTitle: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
color: Colors.LbryGreen,
|
||||
marginBottom: 4,
|
||||
},
|
||||
rewardDescription: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
lineHeight: 18,
|
||||
marginBottom: 4,
|
||||
|
@ -195,7 +195,7 @@ const rewardStyle = StyleSheet.create({
|
|||
},
|
||||
summaryText: {
|
||||
color: Colors.White,
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 28,
|
||||
marginLeft: 12,
|
||||
},
|
||||
|
@ -208,19 +208,19 @@ const rewardStyle = StyleSheet.create({
|
|||
marginRight: 32,
|
||||
},
|
||||
phoneInputText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
letterSpacing: 1.3,
|
||||
color: Colors.White,
|
||||
},
|
||||
verifyingText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
marginLeft: 12,
|
||||
alignSelf: 'flex-start',
|
||||
},
|
||||
verificationCodeInput: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
color: Colors.White,
|
||||
fontSize: 24,
|
||||
letterSpacing: 12,
|
||||
|
@ -244,11 +244,11 @@ const rewardStyle = StyleSheet.create({
|
|||
},
|
||||
notInterestedLink: {
|
||||
fontSize: 14,
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
color: Colors.White,
|
||||
},
|
||||
learnMoreLink: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
color: Colors.White,
|
||||
textDecorationLine: 'underline',
|
||||
},
|
||||
|
@ -258,7 +258,7 @@ const rewardStyle = StyleSheet.create({
|
|||
paddingRight: 16,
|
||||
},
|
||||
customCodeInput: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
letterSpacing: 1.3,
|
||||
marginTop: -8,
|
||||
|
@ -285,7 +285,7 @@ const rewardStyle = StyleSheet.create({
|
|||
verificationTitle: {
|
||||
fontSize: 32,
|
||||
color: Colors.White,
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
marginLeft: 32,
|
||||
marginRight: 32,
|
||||
marginBottom: 24,
|
||||
|
@ -300,7 +300,7 @@ const rewardStyle = StyleSheet.create({
|
|||
fontSize: 14,
|
||||
},
|
||||
paragraphText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
color: Colors.White,
|
||||
fontSize: 12,
|
||||
lineHeight: 16,
|
||||
|
|
|
@ -44,19 +44,19 @@ const searchStyle = StyleSheet.create({
|
|||
backgroundColor: Colors.DarkerGrey,
|
||||
},
|
||||
tagResultTitle: {
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: 24,
|
||||
color: Colors.White,
|
||||
},
|
||||
tagResultDescription: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
color: Colors.VeryLightGrey,
|
||||
},
|
||||
searchInput: {
|
||||
width: '100%',
|
||||
height: '100%',
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
},
|
||||
noResults: {
|
||||
|
@ -67,14 +67,14 @@ const searchStyle = StyleSheet.create({
|
|||
alignItems: 'center',
|
||||
},
|
||||
noResultsText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
marginTop: 16,
|
||||
marginLeft: 16,
|
||||
marginRight: 16,
|
||||
},
|
||||
boldText: {
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: 16,
|
||||
},
|
||||
loading: {
|
||||
|
|
|
@ -38,23 +38,23 @@ const settingsStyle = StyleSheet.create({
|
|||
},
|
||||
label: {
|
||||
fontSize: 14,
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
lineHeight: 18,
|
||||
},
|
||||
description: {
|
||||
color: '#aaaaaa',
|
||||
fontSize: 12,
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
lineHeight: 18,
|
||||
},
|
||||
sectionTitle: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 20,
|
||||
marginBottom: 4,
|
||||
},
|
||||
sectionDescription: {
|
||||
color: '#aaaaaa',
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 12,
|
||||
lineHeight: 18,
|
||||
marginBottom: 8,
|
||||
|
@ -66,7 +66,7 @@ const settingsStyle = StyleSheet.create({
|
|||
width: '85%',
|
||||
},
|
||||
languagePickerItem: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
},
|
||||
pickerRow: {
|
||||
|
|
|
@ -8,14 +8,14 @@ const splashStyle = StyleSheet.create({
|
|||
backgroundColor: Colors.LbryGreen,
|
||||
},
|
||||
title: {
|
||||
fontFamily: 'Inter-UI-Bold',
|
||||
fontFamily: 'Inter-Bold',
|
||||
fontSize: 64,
|
||||
textAlign: 'center',
|
||||
marginBottom: 48,
|
||||
color: Colors.White,
|
||||
},
|
||||
errorTitle: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 28,
|
||||
marginBottom: 24,
|
||||
marginLeft: 24,
|
||||
|
@ -23,7 +23,7 @@ const splashStyle = StyleSheet.create({
|
|||
color: Colors.White,
|
||||
},
|
||||
paragraph: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
lineHeight: 24,
|
||||
marginBottom: 20,
|
||||
|
@ -48,7 +48,7 @@ const splashStyle = StyleSheet.create({
|
|||
width: '50%',
|
||||
},
|
||||
details: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
marginLeft: 16,
|
||||
marginRight: 16,
|
||||
|
@ -56,7 +56,7 @@ const splashStyle = StyleSheet.create({
|
|||
textAlign: 'center',
|
||||
},
|
||||
message: {
|
||||
fontFamily: 'Inter-UI-Bold',
|
||||
fontFamily: 'Inter-Bold',
|
||||
fontSize: 18,
|
||||
color: Colors.White,
|
||||
marginLeft: 16,
|
||||
|
|
|
@ -16,16 +16,16 @@ const storageStatsStyle = StyleSheet.create({
|
|||
padding: 16,
|
||||
},
|
||||
totalSize: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 36,
|
||||
},
|
||||
annotation: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
marginTop: -4,
|
||||
},
|
||||
statsText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
},
|
||||
distributionBar: {
|
||||
|
@ -57,12 +57,12 @@ const storageStatsStyle = StyleSheet.create({
|
|||
height: 16,
|
||||
},
|
||||
legendText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
flex: 0.3,
|
||||
},
|
||||
legendSize: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
flex: 0.6,
|
||||
textAlign: 'right',
|
||||
|
|
|
@ -37,7 +37,7 @@ const subscriptionsStyle = StyleSheet.create({
|
|||
paddingTop: 24,
|
||||
},
|
||||
infoText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
marginTop: 8,
|
||||
marginBottom: 8,
|
||||
|
@ -57,7 +57,7 @@ const subscriptionsStyle = StyleSheet.create({
|
|||
marginTop: 16,
|
||||
},
|
||||
contentText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
marginLeft: 24,
|
||||
marginRight: 24,
|
||||
|
@ -96,7 +96,7 @@ const subscriptionsStyle = StyleSheet.create({
|
|||
justifyContent: 'center',
|
||||
},
|
||||
fileItemName: {
|
||||
fontFamily: 'Inter-UI-Bold',
|
||||
fontFamily: 'Inter-Bold',
|
||||
marginTop: 8,
|
||||
fontSize: 18,
|
||||
},
|
||||
|
@ -109,7 +109,7 @@ const subscriptionsStyle = StyleSheet.create({
|
|||
borderBottomWidth: 1,
|
||||
},
|
||||
channelTitle: {
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: 20,
|
||||
marginLeft: 24,
|
||||
marginTop: 16,
|
||||
|
@ -136,16 +136,16 @@ const subscriptionsStyle = StyleSheet.create({
|
|||
color: Colors.LbryGreen,
|
||||
},
|
||||
inactiveMode: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
},
|
||||
activeMode: {
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
},
|
||||
claimList: {
|
||||
flex: 1,
|
||||
},
|
||||
pageTitle: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 24,
|
||||
},
|
||||
titleRow: {
|
||||
|
@ -171,7 +171,7 @@ const subscriptionsStyle = StyleSheet.create({
|
|||
marginRight: 24,
|
||||
},
|
||||
tagSortText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
marginRight: 4,
|
||||
},
|
||||
|
@ -216,13 +216,13 @@ const subscriptionsStyle = StyleSheet.create({
|
|||
top: 0,
|
||||
},
|
||||
suggestedItemTitle: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
marginBottom: 4,
|
||||
width: '85%',
|
||||
},
|
||||
suggestedItemName: {
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: 14,
|
||||
marginBottom: 4,
|
||||
color: Colors.LbryGreen,
|
||||
|
@ -233,7 +233,7 @@ const subscriptionsStyle = StyleSheet.create({
|
|||
flexWrap: 'wrap',
|
||||
},
|
||||
suggestedSubTitle: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 20,
|
||||
marginLeft: 16,
|
||||
marginRight: 16,
|
||||
|
@ -251,7 +251,7 @@ const subscriptionsStyle = StyleSheet.create({
|
|||
alignItems: 'center',
|
||||
},
|
||||
suggestedLink: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
},
|
||||
modalContainer: {
|
||||
|
|
|
@ -7,7 +7,7 @@ const tagStyle = StyleSheet.create({
|
|||
marginBottom: 4,
|
||||
},
|
||||
tagSearchInput: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
},
|
||||
content: {
|
||||
|
@ -22,7 +22,7 @@ const tagStyle = StyleSheet.create({
|
|||
marginRight: 8,
|
||||
},
|
||||
text: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
marginRight: 8,
|
||||
},
|
||||
|
@ -34,7 +34,7 @@ const tagStyle = StyleSheet.create({
|
|||
marginTop: 8,
|
||||
},
|
||||
nsfwTagsTitle: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
marginBottom: 4,
|
||||
},
|
||||
|
|
|
@ -24,29 +24,29 @@ const transactionListStyle = StyleSheet.create({
|
|||
alignSelf: 'stretch',
|
||||
},
|
||||
text: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
},
|
||||
link: {
|
||||
color: Colors.LbryGreen,
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
},
|
||||
amount: {
|
||||
textAlign: 'right',
|
||||
},
|
||||
smallText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 12,
|
||||
color: '#aaaaaa',
|
||||
},
|
||||
smallLink: {
|
||||
color: Colors.LbryGreen,
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 12,
|
||||
},
|
||||
noTransactions: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
textAlign: 'center',
|
||||
padding: 16,
|
||||
color: '#aaaaaa',
|
||||
|
|
|
@ -29,7 +29,7 @@ const uriBarStyle = StyleSheet.create({
|
|||
borderRadius: 24,
|
||||
paddingLeft: 12,
|
||||
paddingRight: 12,
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
height: 44,
|
||||
lineHeight: 18,
|
||||
|
@ -66,11 +66,11 @@ const uriBarStyle = StyleSheet.create({
|
|||
flex: 1,
|
||||
},
|
||||
itemText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
},
|
||||
itemDesc: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
color: Colors.UriDescBlue,
|
||||
},
|
||||
|
@ -108,7 +108,7 @@ const uriBarStyle = StyleSheet.create({
|
|||
alignItems: 'center',
|
||||
},
|
||||
itemCount: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 20,
|
||||
marginLeft: 30,
|
||||
},
|
||||
|
|
|
@ -26,7 +26,7 @@ const walletStyle = StyleSheet.create({
|
|||
flexDirection: 'row',
|
||||
},
|
||||
address: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
letterSpacing: 0.8,
|
||||
borderWidth: 1,
|
||||
borderRadius: 16,
|
||||
|
@ -69,12 +69,12 @@ const walletStyle = StyleSheet.create({
|
|||
margin: 16,
|
||||
},
|
||||
title: {
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: 20,
|
||||
marginBottom: 24,
|
||||
},
|
||||
transactionsTitle: {
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: 20,
|
||||
},
|
||||
transactionsHeader: {
|
||||
|
@ -86,16 +86,16 @@ const walletStyle = StyleSheet.create({
|
|||
borderBottomColor: '#eeeeee',
|
||||
},
|
||||
text: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
},
|
||||
link: {
|
||||
color: Colors.LbryGreen,
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
},
|
||||
smallText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 12,
|
||||
},
|
||||
balanceCard: {
|
||||
|
@ -111,14 +111,14 @@ const walletStyle = StyleSheet.create({
|
|||
},
|
||||
balanceTitle: {
|
||||
color: Colors.White,
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: 20,
|
||||
marginLeft: 16,
|
||||
marginTop: 16,
|
||||
},
|
||||
balanceCaption: {
|
||||
color: '#caedB9',
|
||||
fontFamily: 'Inter-UI-Medium',
|
||||
fontFamily: 'Inter-Medium',
|
||||
fontSize: 14,
|
||||
marginLeft: 16,
|
||||
marginTop: 8,
|
||||
|
@ -126,7 +126,7 @@ const walletStyle = StyleSheet.create({
|
|||
},
|
||||
balance: {
|
||||
color: Colors.White,
|
||||
fontFamily: 'Inter-UI-Bold',
|
||||
fontFamily: 'Inter-Bold',
|
||||
fontSize: 36,
|
||||
marginLeft: 16,
|
||||
marginBottom: 16,
|
||||
|
@ -137,19 +137,19 @@ const walletStyle = StyleSheet.create({
|
|||
marginLeft: 24,
|
||||
},
|
||||
balanceText: {
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: 14,
|
||||
marginLeft: 4,
|
||||
},
|
||||
infoText: {
|
||||
color: '#aaaaaa',
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
padding: 16,
|
||||
textAlign: 'center',
|
||||
},
|
||||
input: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
},
|
||||
amountInput: {
|
||||
|
@ -172,14 +172,14 @@ const walletStyle = StyleSheet.create({
|
|||
},
|
||||
warningParagraph: {
|
||||
color: Colors.White,
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
lineHeight: 24,
|
||||
marginBottom: 16,
|
||||
},
|
||||
warningText: {
|
||||
color: Colors.White,
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
lineHeight: 24,
|
||||
marginBottom: 8,
|
||||
|
@ -222,7 +222,7 @@ const walletStyle = StyleSheet.create({
|
|||
},
|
||||
rewardDriverText: {
|
||||
color: Colors.White,
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
lineHeight: 16,
|
||||
},
|
||||
|
@ -237,7 +237,7 @@ const walletStyle = StyleSheet.create({
|
|||
marginRight: 16,
|
||||
},
|
||||
syncDriverTitle: {
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: 20,
|
||||
paddingLeft: 16,
|
||||
marginTop: 16,
|
||||
|
@ -247,7 +247,7 @@ const walletStyle = StyleSheet.create({
|
|||
},
|
||||
syncDriverLink: {
|
||||
color: Colors.LbryGreen,
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 14,
|
||||
},
|
||||
actionRow: {
|
||||
|
@ -291,11 +291,11 @@ const walletStyle = StyleSheet.create({
|
|||
justifyContent: 'flex-end',
|
||||
},
|
||||
labelText: {
|
||||
fontFamily: 'Inter-UI-SemiBold',
|
||||
fontFamily: 'Inter-SemiBold',
|
||||
fontSize: 16,
|
||||
},
|
||||
valueText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
},
|
||||
rightLink: {
|
||||
|
@ -316,7 +316,7 @@ const walletStyle = StyleSheet.create({
|
|||
},
|
||||
loadingText: {
|
||||
color: '#aaaaaa',
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 16,
|
||||
marginLeft: 8,
|
||||
},
|
||||
|
@ -331,11 +331,11 @@ const walletStyle = StyleSheet.create({
|
|||
},
|
||||
continueLink: {
|
||||
fontSize: 14,
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
color: Colors.White,
|
||||
},
|
||||
learnMoreLink: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
color: Colors.NextLbryGreen,
|
||||
},
|
||||
signInButton: {
|
||||
|
@ -353,7 +353,7 @@ const walletStyle = StyleSheet.create({
|
|||
marginTop: 36,
|
||||
},
|
||||
onboardingText: {
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 18,
|
||||
lineHeight: 28,
|
||||
color: Colors.White,
|
||||
|
@ -363,7 +363,7 @@ const walletStyle = StyleSheet.create({
|
|||
},
|
||||
signInTitle: {
|
||||
color: Colors.White,
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontFamily: 'Inter-Regular',
|
||||
fontSize: 28,
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue