Skip to content

Commit bc23907

Browse files
committed
fix: add white borders in table and bar graph
1 parent 2282e85 commit bc23907

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/cli/gfx/template.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ exports.load = (grid, data) => {
2828
, columnWidth: [1,16, 12, 12, 12, 18],
2929
style: {
3030
border: {
31-
fg: 'gray'
31+
fg: 'white'
3232
}
3333
}})
3434

@@ -61,7 +61,7 @@ exports.load = (grid, data) => {
6161
maxHeight: 9,
6262
style: {
6363
border: {
64-
fg: 'gray'
64+
fg: 'white'
6565
}
6666
}})
6767

0 commit comments

Comments
 (0)