Skip to content

Commit 5bc6eed

Browse files
author
KhalilSelyan
committed
correct disabled segmentedbuttonitem background color
Signed-off-by: KhalilSelyan <khalil@leodrive.ai>
1 parent 934eab8 commit 5bc6eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/tier4_state_rviz_plugin/src/include/custom_segmented_button_item.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class CustomSegmentedButtonItem : public QPushButton
5353
QColor inactiveTextColor;
5454
QColor activeTextColor;
5555
QColor disabledBgColor =
56-
QColor(autoware::state_rviz_plugin::colors::default_colors.surface_container_high.c_str());
56+
QColor(autoware::state_rviz_plugin::colors::default_colors.surface_dim.c_str());
5757
QColor disabledTextColor =
5858
QColor(autoware::state_rviz_plugin::colors::default_colors.on_surface_variant.c_str());
5959
bool isHovered = false;

0 commit comments

Comments
 (0)