Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
cli: Don't force bold output to be white
Merged levitte opened 2 years ago

On terminals in light mode, it makes the bold stuff invisible.

1 file changed +1 -1 cd9b46fe b495358c
modified radicle-term/src/format.rs
@@ -77,7 +77,7 @@ pub fn badge_secondary<D: std::fmt::Display>(input: D) -> Paint<String> {
}

pub fn bold<D: std::fmt::Display>(input: D) -> Paint<D> {
-
    Paint::white(input).bold()
+
    Paint::new(input).bold()
}

pub fn dim<D: std::fmt::Display>(input: D) -> Paint<D> {