tomato to red
This commit is contained in:
@@ -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>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user