- Update UI components to use transparent backgrounds instead of solid colors.

- Standardize text formatting and color usage across instrument clusters and gauges.
- Add new `BACKGROUND_COLOR_TRANSPARENT` definition in theme constants.
- Minor cleanup and adjustments for consistency in UI layouts.
This commit is contained in:
geoffsee
2025-07-02 23:11:48 -04:00
parent 1abe0047fc
commit 5711d84698
6 changed files with 31 additions and 26 deletions

View File

@@ -120,7 +120,7 @@ pub fn update_system_display(
);
}
None => {
text.0 = "Select a system above to view details".to_string();
text.0 = "".to_string();
}
}
}