Fix light themes

This commit is contained in:
Roey Darwish Dror
2019-01-24 13:35:38 +02:00
parent baa42ac684
commit 71558e6bdb

View File

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