Skip to content

Commit

Permalink
Use different icon
Browse files Browse the repository at this point in the history
Co-authored-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
KhalilSelyan and xmfcx authored May 20, 2024
1 parent d89b431 commit ad50ae8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ void AutowareStatePanel::onMotion(const MotionState::ConstSharedPtr msg)
break;

case MotionState::STOPPED:
state = Danger;
state = None;
bgColor = QColor("#f08b8b");
break;

Expand Down

0 comments on commit ad50ae8

Please sign in to comment.