Fix launcher icon + add warnings section to guidance

This commit is contained in:
Tretzi
2026-04-09 22:39:22 -05:00
parent b505bbda96
commit 7550c0fe50
5 changed files with 8 additions and 3 deletions

View File

@@ -842,6 +842,11 @@ fun PositioningScreen() {
) {
Text("Positioning Guidance", style = MaterialTheme.typography.headlineSmall, color = MaterialTheme.colorScheme.onBackground)
Text("Warnings", style = MaterialTheme.typography.titleMedium, color = MaterialTheme.colorScheme.onBackground)
Text("• Flashing lights may be unsafe for people with epilepsy, seizure sensitivity, or migraine triggers.", color = MaterialTheme.colorScheme.onBackground)
Text("• Do not stare at the screen, for immersive visual sessions, keep your eyes closed.", color = MaterialTheme.colorScheme.onBackground)
Text("• Stop immediately for discomfort, dizziness, headache, nausea, anxiety, or eye strain.", color = MaterialTheme.colorScheme.onBackground)
Image(
painter = painterResource(R.drawable.positioning_guide),
contentDescription = "Positioning guide",