Ben S 10 лет назад
Родитель
Сommit
6068f2dd86
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/output/details.rs

+ 1 - 1
src/output/details.rs

@@ -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(),
                     }
                 }