tomato to red

This commit is contained in:
Cron1cle
2025-10-07 20:09:34 +02:00
parent 2dacb9fa80
commit 3d42eed533

View File

@@ -88,7 +88,7 @@ export default function ParticipantScreen() {
<Text style={{ color: "white", marginTop: 8 }}>Lädt...</Text> <Text style={{ color: "white", marginTop: 8 }}>Lädt...</Text>
)} )}
{getError(numericId) && ( {getError(numericId) && (
<Text style={{ color: "tomato", marginTop: 8 }}> <Text style={{ color: "red", marginTop: 8 }}>
{getError(numericId)} {getError(numericId)}
</Text> </Text>
)} )}