We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff91802 commit a8ca08cCopy full SHA for a8ca08c
common/styles.go
@@ -48,5 +48,9 @@ func SetCommonStyles(w ui.Drawable) {
48
widget.TitleStyle.Modifier = bold
49
widget.BorderStyle.Fg = borderColor
50
widget.AxesColor = defaultForeground
51
+ case *widgets.StackedBarChart:
52
+ widget.TitleStyle.Fg = defaultForeground
53
+ widget.TitleStyle.Modifier = bold
54
+ widget.BorderStyle.Fg = borderColor
55
}
56
0 commit comments