mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-07-20 14:35:42 +00:00
auto-commit for ff158526-a5a1-48a6-9f7b-016eaa1d85d8
This commit is contained in:
@@ -164,66 +164,27 @@ const styles = StyleSheet.create({
|
|||||||
flex: 1,
|
flex: 1,
|
||||||
backgroundColor: '#F8F9FA',
|
backgroundColor: '#F8F9FA',
|
||||||
},
|
},
|
||||||
content: {
|
webview: {
|
||||||
flex: 1,
|
flex: 1,
|
||||||
padding: 20,
|
backgroundColor: '#F8F9FA',
|
||||||
|
},
|
||||||
|
loadingOverlay: {
|
||||||
|
...StyleSheet.absoluteFillObject,
|
||||||
|
backgroundColor: '#F8F9FA',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
},
|
|
||||||
iconContainer: {
|
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
marginBottom: 30,
|
|
||||||
},
|
},
|
||||||
title: {
|
overlay: {
|
||||||
fontSize: 24,
|
...StyleSheet.absoluteFillObject,
|
||||||
fontWeight: '700',
|
backgroundColor: 'rgba(0, 0, 0, 0.7)',
|
||||||
color: '#1F2937',
|
justifyContent: 'center',
|
||||||
textAlign: 'center',
|
|
||||||
marginBottom: 8,
|
|
||||||
},
|
|
||||||
subtitle: {
|
|
||||||
fontSize: 14,
|
|
||||||
color: '#6B7280',
|
|
||||||
textAlign: 'center',
|
|
||||||
marginBottom: 40,
|
|
||||||
},
|
|
||||||
questionBox: {
|
|
||||||
backgroundColor: '#FFF',
|
|
||||||
padding: 24,
|
|
||||||
borderRadius: 12,
|
|
||||||
marginBottom: 20,
|
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
borderWidth: 2,
|
zIndex: 999,
|
||||||
borderColor: '#00A651',
|
|
||||||
},
|
},
|
||||||
question: {
|
verifyingText: {
|
||||||
fontSize: 20,
|
marginTop: 16,
|
||||||
fontWeight: '600',
|
|
||||||
color: '#1F2937',
|
|
||||||
},
|
|
||||||
input: {
|
|
||||||
backgroundColor: '#FFF',
|
|
||||||
padding: 16,
|
|
||||||
borderRadius: 12,
|
|
||||||
fontSize: 16,
|
fontSize: 16,
|
||||||
borderWidth: 1,
|
fontWeight: '600',
|
||||||
borderColor: '#E5E7EB',
|
|
||||||
marginBottom: 12,
|
|
||||||
},
|
|
||||||
error: {
|
|
||||||
color: '#EE2A35',
|
|
||||||
fontSize: 14,
|
|
||||||
marginBottom: 12,
|
|
||||||
textAlign: 'center',
|
|
||||||
},
|
|
||||||
verifyButton: {
|
|
||||||
backgroundColor: '#00A651',
|
|
||||||
padding: 16,
|
|
||||||
borderRadius: 12,
|
|
||||||
alignItems: 'center',
|
|
||||||
},
|
|
||||||
verifyText: {
|
|
||||||
color: '#FFF',
|
color: '#FFF',
|
||||||
fontSize: 16,
|
|
||||||
fontWeight: '600',
|
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user