Problem
The current resume/ports UI work does not compile: the resume picker references an undefined color constant and the main UI uses Wrap without importing it.
Acceptance checks
cargo check succeeds.
- Resume-picker and port-inspector render tests compile and pass.
- No unrelated UI behavior changes.
Problem
The current resume/ports UI work does not compile: the resume picker references an undefined color constant and the main UI uses
Wrapwithout importing it.Acceptance checks
cargo checksucceeds.