adding helper

This commit is contained in:
Will Charczuk 2017-03-26 16:21:52 -07:00
parent 66e49377ce
commit a44401b5ca

View File

@ -28,8 +28,8 @@ func StyleTextDefaults() Style {
return Style{
Show: true,
Font: font,
FontColor: DefaultAxisColor,
FontSize: DefaultAxisFontSize,
FontColor: DefaultTextColor,
FontSize: DefaultTitleFontSize,
}
}