From b3b76b0640e680f87f52506139dc16a347db77ac Mon Sep 17 00:00:00 2001 From: KhalilSelyan Date: Fri, 17 May 2024 19:37:42 +0300 Subject: [PATCH] correcting text color values segmented button Signed-off-by: KhalilSelyan --- .../src/custom_segmented_button_item.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/tier4_state_rviz_plugin/src/custom_segmented_button_item.cpp b/common/tier4_state_rviz_plugin/src/custom_segmented_button_item.cpp index 87fdda1aa18e8..101cde7f6b427 100644 --- a/common/tier4_state_rviz_plugin/src/custom_segmented_button_item.cpp +++ b/common/tier4_state_rviz_plugin/src/custom_segmented_button_item.cpp @@ -6,8 +6,8 @@ CustomSegmentedButtonItem::CustomSegmentedButtonItem(const QString & text, QWidg : QPushButton(text, parent), bgColor("#0F1417"), checkedBgColor("#354A54"), - inactiveTextColor("#8a9297"), - activeTextColor("#d0e6f2"), + inactiveTextColor("#DFE3E7"), + activeTextColor("#D0E6F2"), isHovered(false), isActivated(false), isDisabled(false)