From a44401b5ca6c8fdd3a4d441fc922c115488742b3 Mon Sep 17 00:00:00 2001 From: Will Charczuk Date: Sun, 26 Mar 2017 16:21:52 -0700 Subject: [PATCH] adding helper --- style.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.go b/style.go index e24bf7c..d49aef8 100644 --- a/style.go +++ b/style.go @@ -28,8 +28,8 @@ func StyleTextDefaults() Style { return Style{ Show: true, Font: font, - FontColor: DefaultAxisColor, - FontSize: DefaultAxisFontSize, + FontColor: DefaultTextColor, + FontSize: DefaultTitleFontSize, } }