Skip to content

Commit 16cb6eb

Browse files
committed
fixup! Add RFT QC tool
1 parent 7a23014 commit 16cb6eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ert/gui/tools/manage_experiments/rft_qc_widget.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ class _PointStatus(StrEnum):
169169
},
170170
_PointStatus.INVALID_ZONE: {
171171
**_DEFAULT_STYLE,
172-
"facecolors": OKABE_ORANGE,
173-
"edgecolors": OKABE_ORANGE,
172+
"facecolors": OKABE_VERMILLION,
173+
"edgecolors": OKABE_VERMILLION,
174174
"s": 56.25,
175175
"linewidths": 2.5,
176176
},

0 commit comments

Comments
 (0)