We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 934eab8 commit 5bc6eedCopy full SHA for 5bc6eed
common/tier4_state_rviz_plugin/src/include/custom_segmented_button_item.hpp
@@ -53,7 +53,7 @@ class CustomSegmentedButtonItem : public QPushButton
53
QColor inactiveTextColor;
54
QColor activeTextColor;
55
QColor disabledBgColor =
56
- QColor(autoware::state_rviz_plugin::colors::default_colors.surface_container_high.c_str());
+ QColor(autoware::state_rviz_plugin::colors::default_colors.surface_dim.c_str());
57
QColor disabledTextColor =
58
QColor(autoware::state_rviz_plugin::colors::default_colors.on_surface_variant.c_str());
59
bool isHovered = false;
0 commit comments