Skip to content

Commit

Permalink
Use green for Rx
Browse files Browse the repository at this point in the history
  • Loading branch information
neilenns committed Apr 30, 2024
1 parent b15a831 commit 2e80ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/mini.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Mini: React.FC = () => {
</span>
:{" "}
<span
style={{ color: radio.currentlyRx ? "orange" : "inherit" }}
style={{ color: radio.currentlyRx ? "green" : "inherit" }}
>
{radio.lastReceivedCallsign ? radio.lastReceivedCallsign : ""}
</span>
Expand Down

0 comments on commit 2e80ab2

Please sign in to comment.