mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-04-24 20:47:55 +00:00
auto-commit for 1f3600b9-cffc-4090-8e3d-e7f19dd4cfc9
This commit is contained in:
@@ -206,4 +206,24 @@ const styles = StyleSheet.create({
|
||||
fontWeight: '600',
|
||||
color: '#FFF',
|
||||
},
|
||||
loadingText: {
|
||||
marginTop: 16,
|
||||
fontSize: 14,
|
||||
color: '#6B7280',
|
||||
},
|
||||
errorOverlay: {
|
||||
position: 'absolute',
|
||||
bottom: 20,
|
||||
left: 20,
|
||||
right: 20,
|
||||
backgroundColor: '#FEE2E2',
|
||||
padding: 16,
|
||||
borderRadius: 12,
|
||||
borderWidth: 1,
|
||||
borderColor: '#EE2A35',
|
||||
},
|
||||
errorText: {
|
||||
color: '#991B1B',
|
||||
fontSize: 14,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user