Increase text brightness for aged flights in ADS-B RX (#1106)

This commit is contained in:
Mark Thompson 2023-06-04 09:56:53 -05:00 committed by GitHub
parent 4f768140c1
commit e3e179e380
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ void RecentEntriesTable<AircraftRecentEntries>::draw(
target_color = Color::light_grey();
} else {
aged_color = 0x08;
target_color = Color::dark_grey();
target_color = Color::grey();
}
std::string entry_string = "\x1B";