Explorar el Código

fix:unset col default style backgroud color issue #432

rentiansheng hace 7 años
padre
commit
3fc6a8e9a5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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", "", "")
 
 }