mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
fix: wallet outputs display on white background color scheme (#2444)
This commit is contained in:
parent
6b5212e7ec
commit
c34c991472
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ pub fn outputs(
|
|||
} else {
|
||||
table.add_row(row![
|
||||
bFD->commit,
|
||||
bFB->index,
|
||||
bFB->height,
|
||||
bFB->lock_height,
|
||||
bFR->status,
|
||||
|
|
Loading…
Reference in a new issue