Fix light themes
This commit is contained in:
@@ -36,7 +36,6 @@ impl Terminal {
|
|||||||
border = max(2, min(80, width as usize) - 3 - message.len())
|
border = max(2, min(80, width as usize) - 3 - message.len())
|
||||||
))
|
))
|
||||||
.bold()
|
.bold()
|
||||||
.white()
|
|
||||||
))
|
))
|
||||||
.ok();
|
.ok();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user