Skip to content

Commit d4a5495

Browse files
committed
fix: chart fonts are a bit too small 8->9
1 parent fa2d893 commit d4a5495

File tree

1 file changed

+1
-1
lines changed
  • plugins/plugin-codeflare/src/components

1 file changed

+1
-1
lines changed

plugins/plugin-codeflare/src/components/Chart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ type Props = TimeRange & {
115115
}
116116

117117
export default class BaseChart extends React.PureComponent<Props> {
118-
private static fontSize = 8
118+
private static fontSize = 9
119119
private static tickLabelFontSize = BaseChart.fontSize - 1
120120

121121
private static readonly dimensions = {

0 commit comments

Comments
 (0)