Fix size numbers bolding

This commit is contained in:
Ben S 2015-05-11 23:58:40 +01:00
parent 898b89b8fd
commit 6068f2dd86

View File

@ -363,7 +363,7 @@ impl Render for Size {
let symbol = prefix.symbol();
Cell {
text: ANSIStrings( &[ colours.size.unit.paint(&number[..]), colours.size.unit.paint(symbol) ]).to_string(),
text: ANSIStrings( &[ colours.size.numbers.paint(&number[..]), colours.size.unit.paint(symbol) ]).to_string(),
length: number.len() + symbol.len(),
}
}