Replace photon with alnt for laconicd network #6

Merged
nabarun merged 6 commits from deep-stack/laconic-wallet-web:iv-token-change into main 2024-07-30 12:18:54 +00:00
Showing only changes of commit 98d3a03a12 - Show all commits

View File

@ -5,6 +5,7 @@ const styles = StyleSheet.create({
marginTop: 20,
width: 150,
alignSelf: 'center',
marginBottom: 40
},
signLink: {
alignItems: 'flex-end',
@ -259,25 +260,25 @@ const styles = StyleSheet.create({
display: 'flex',
alignItems: 'center',
marginTop: 20,
marginBottom: 20
marginBottom: 20,
},
disconnectSession: {
display: 'flex',
justifyContent: 'center'
justifyContent: 'center',
},
sessionItem: {
paddingLeft: 12,
borderBottomWidth: 0.5
borderBottomWidth: 0.5,
},
sessionsContainer: {
paddingLeft: 12,
borderBottomWidth: 0.5
borderBottomWidth: 0.5,
},
walletConnectUriText: { padding: 10 },
walletConnectLogo: {
width: 24,
height: 15,
margin: 0
margin: 0,
},
selectNetworkText: {
fontWeight: 'bold',
@ -295,11 +296,11 @@ const styles = StyleSheet.create({
padding: 8,
},
linkContainer: {
paddingBottom: 72
paddingBottom: 72,
},
networksButton: {
marginTop: 12,
marginBottom: 20
marginBottom: 20,
}
});