Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: add white borders in table and bar graph
  • Loading branch information
jkga committed Apr 11, 2020
commit bc2390727d49ded77738f25e2eb58465fe418da7
4 changes: 2 additions & 2 deletions lib/cli/gfx/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ exports.load = (grid, data) => {
, columnWidth: [1,16, 12, 12, 12, 18],
style: {
border: {
fg: 'gray'
fg: 'white'
}
}})

Expand Down Expand Up @@ -61,7 +61,7 @@ exports.load = (grid, data) => {
maxHeight: 9,
style: {
border: {
fg: 'gray'
fg: 'white'
}
}})

Expand Down