Skip to content

Commit

Permalink
Fixed: [EEZ Flow] Property description in user defined actions not re…
Browse files Browse the repository at this point in the history
…adable in dark theme when property not set. #594
  • Loading branch information
mvladic committed Nov 1, 2024
1 parent 93a00f7 commit 968e43c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/eez-studio-ui/_stylesheets/project-editor.less
Original file line number Diff line number Diff line change
Expand Up @@ -3082,6 +3082,10 @@
&.inError {
color: @inErrorTextColor;
background-color: @inErrorBackgroundColor;

.form-text {
color: @inErrorTextColor;
}
}

&.highlighted {
Expand Down

0 comments on commit 968e43c

Please sign in to comment.