Use dim color for address column in asm view

This commit is contained in:
Luke Street 2025-09-08 22:30:48 -06:00
parent a06d3455ae
commit c698750068

View File

@ -181,7 +181,7 @@ pub fn display_row(
}
cb(DiffTextSegment {
text: DiffText::Address(ins_ref.address.saturating_sub(resolved.symbol.address)),
color: base_color,
color: DiffTextColor::Dim,
pad_to: 5,
})?;
if let Some(branch) = &ins_row.branch_from {