Skip to content

Commit a588a28

Browse files
author
Anton Bazhanov
committed
table default style was changed
1 parent 231076b commit a588a28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def table(contents, heading=True, colw=None, cwunit='dxa', tblw=0, twunit='auto'
277277
columns = len(contents[0])
278278
# Table properties
279279
tableprops = makeelement('tblPr')
280-
tablestyle = makeelement('tblStyle',attributes={'val':'ColorfulGrid-Accent1'})
280+
tablestyle = makeelement('tblStyle',attributes={'val':''})
281281
tableprops.append(tablestyle)
282282
tablewidth = makeelement('tblW',attributes={'w':str(tblw),'type':str(twunit)})
283283
tableprops.append(tablewidth)

0 commit comments

Comments
 (0)