Explorar o código

fix:unset col default style backgroud color issue #432

rentiansheng %!s(int64=6) %!d(string=hai) anos
pai
achega
3fc6a8e9a5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      style.go

+ 1 - 1
style.go

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