Skip to content

Commit ba08776

Browse files
eriedclaude
andcommitted
Dashboard: GPS indicator follows accent like the other dash status icons
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent dd0163e commit ba08776

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/eried/eucplanet/ui/dashboard/DashboardScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ fun DashboardScreen(
486486
DashIndicatorIcon(
487487
icon = gpsIcon,
488488
active = gpsFix && locationGranted,
489-
activeColor = AccentGreen,
489+
activeColor = if (useAccent) primary else AccentGreen,
490490
modifier = Modifier
491491
.align(Alignment.TopEnd)
492492
.offset(x = 4.dp)

0 commit comments

Comments
 (0)