Skip to content

Commit cd6cd50

Browse files
committed
Merge branch 'master' into dash-image-processing
2 parents ff0401b + 2220a81 commit cd6cd50

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • apps/dash-manufacture-spc-dashboard

apps/dash-manufacture-spc-dashboard/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,6 +1068,7 @@ def show_current_specs(n_clicks, dd_select, store_data):
10681068
"rule": "background-color: #1e2130 !important;",
10691069
},
10701070
{"selector": "table", "rule": "--accent: #1e2130;"},
1071+
{"selector": "tr", "rule": "background-color: transparent"},
10711072
],
10721073
data=new_df.to_dict("rows"),
10731074
columns=[{"id": c, "name": c} for c in ["Specs", "Current Setup"]],

0 commit comments

Comments
 (0)