make svg check create Closed group color dynamic

pull/1315/head
Audric Ackermann 5 years ago
parent f3a51cf2a6
commit 5bede47608
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -1645,7 +1645,9 @@ input {
}
&.selected {
background-color: $session-shade-4;
@include themify($themes) {
background-color: themed('conversationItemSelected');
}
}
&__checkmark {
@ -1654,6 +1656,11 @@ input {
&.selected {
opacity: 1;
svg {
@include themify($themes) {
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>

Loading…
Cancel
Save