Skip to content

Commit

Permalink
Change not parked colour
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Aug 30, 2024
1 parent a62f53c commit 4bba729
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function TelescopeParked(props: TelescopeParkedProps) {
color = 'blue';
tooltip = 'Parked';
} else {
color = 'yellow.9';
color = 'orange.9';
tooltip = 'Not parked';
}

Expand Down

0 comments on commit 4bba729

Please sign in to comment.