@ -1645,7 +1645,9 @@ input {
}
&.selected {
background-color: $session-shade-4;
@include themify($themes) {
background-color: themed('conversationItemSelected');
&__checkmark {
@ -1654,6 +1656,11 @@ input {
opacity: 1;
svg {
fill: themed('accent') !important;
@ -79,7 +79,6 @@ export class SessionMemberListItem extends React.Component<Props, State> {
<SessionIcon
iconType={SessionIconType.Check}
iconSize={SessionIconSize.Medium}
iconColor={'#00f782'}
/>
</span>
</div>