From 8579af4c2f4aa5089a6a7813d7f2705e24c8ed7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Naz=C4=B1m=20Can=20Alt=C4=B1nova?= Date: Tue, 20 Aug 2024 12:41:59 +0200 Subject: [PATCH] Fix SelectList item active and selector background colors on dark mode (#725) --- src/styles/SelectList.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/SelectList.ts b/src/styles/SelectList.ts index 6e0a07b56..93584fd79 100644 --- a/src/styles/SelectList.ts +++ b/src/styles/SelectList.ts @@ -100,13 +100,13 @@ export const SelectListRaw = { borderRadius: '4px', }, '&:active': { - backgroundColor: Colors.SecondaryActive, + backgroundColor: Colors.SecondaryActiveDark, borderRadius: '4px', }, }, }, '.item-selected': { - backgroundColor: Colors.SecondaryHover, + backgroundColor: Colors.SecondaryHoverDark, borderRadius: '4px', }, '.revision-hash': {