Skip to content

Commit 231076b

Browse files
author
Anton Bazhanov
committed
table default background was changed to white
1 parent 5c55791 commit 231076b

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
@@ -317,7 +317,7 @@ def table(contents, heading=True, colw=None, cwunit='dxa', tblw=0, twunit='auto'
317317
else:
318318
wattr = {'w':'0','type':'auto'}
319319
cellwidth = makeelement('tcW',attributes=wattr)
320-
cellstyle = makeelement('shd',attributes={'val':'clear','color':'auto','fill':'548DD4','themeFill':'text2','themeFillTint':'99'})
320+
cellstyle = makeelement('shd',attributes={'val':'clear','color':'auto','fill':'FFFFFF','themeFill':'text2','themeFillTint':'99'})
321321
cellprops.append(cellwidth)
322322
cellprops.append(cellstyle)
323323
cell.append(cellprops)

0 commit comments

Comments
 (0)