Browse Source

fix:unset col default style backgroud color issue #432

rentiansheng 7 năm trước cách đây
mục cha
commit
3fc6a8e9a5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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", "", "")
 
 }