From 886409979b78019e75185a0b57e11cb1b449942b Mon Sep 17 00:00:00 2001 From: Khalil Selyan <36904941+KhalilSelyan@users.noreply.github.com> Date: Fri, 20 Sep 2024 16:21:53 +0300 Subject: [PATCH] refactor(qt5ct): update selection colors in autoware.qss (#5266) Signed-off-by: KhalilSelyan --- ansible/roles/qt5ct_setup/files/autoware.qss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/roles/qt5ct_setup/files/autoware.qss b/ansible/roles/qt5ct_setup/files/autoware.qss index d0e2af381f7..3bd40b42527 100644 --- a/ansible/roles/qt5ct_setup/files/autoware.qss +++ b/ansible/roles/qt5ct_setup/files/autoware.qss @@ -1282,8 +1282,8 @@ QComboBox QAbstractItemView { height: 16px; } QComboBox { - selection-background-color: #303538; - selection-color: #fff; + selection-background-color: #84c2e6; + selection-color: #1b2023; }