Przeglądaj źródła

Fix size numbers bolding

Ben S 10 lat temu
rodzic
commit
6068f2dd86
1 zmienionych plików z 1 dodań i 1 usunięć
  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(),
                     }
                 }