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': {