auto-commit for 1f3600b9-cffc-4090-8e3d-e7f19dd4cfc9

This commit is contained in:
emergent-agent-e1
2025-11-08 15:21:56 +00:00
parent 697b3af82b
commit 222a23be9e
@@ -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,
},
});