Skip to content

Commit

Permalink
Merge pull request #5002 from Opentrons/gsdx_fix-listeria-enzyme-2-color
Browse files Browse the repository at this point in the history
fix(protocols/gsdx): change display color for listeria enzyme 2
  • Loading branch information
ncdiehl11 authored Jan 17, 2024
2 parents ed9fc9d + 4a72b31 commit 084f136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/gsdx/bacgene.ot2.apiv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def flash_lights():
enzyme_listeria_2_liq = ctx.define_liquid(
name="listeria enzyme 2",
description="",
display_color="#000fde",
display_color="#ffa500",
)
enzyme_salmonella_liq = ctx.define_liquid(
name="salmonella enzyme",
Expand Down

0 comments on commit 084f136

Please sign in to comment.