Browse Source

fix:unset col default style backgroud color issue #432

rentiansheng 6 years ago
parent
commit
3fc6a8e9a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      style.go

+ 1 - 1
style.go

@@ -164,7 +164,7 @@ func DefaultFont() *Font {
 }
 
 func DefaultFill() *Fill {
-	return NewFill("none", "FFFFFFFF", "00000000")
+	return NewFill("none", "", "")
 
 }