Skip to content

Commit dd77202

Browse files
committed
Ligthen table fill colors
1 parent 867b768 commit dd77202

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: packages/python/plotly/templategen/definitions.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ def mpl():
105105
panel_grid_clr="white",
106106
axis_ticks_clr=colors["gray14"],
107107
zerolinecolor_clr=colors["gray14"],
108-
table_cell_clr="white",
109-
table_header_clr="white",
108+
table_cell_clr=colors["gray93"],
109+
table_header_clr=colors["gray85"],
110110
table_line_clr="white",
111111
colorway=px.colors.qualitative.D3,
112112
colorbar_common=colorbar_common,

0 commit comments

Comments
 (0)