correct typo css class

pull/712/head
Audric Ackermann 5 years ago
parent 9cc6807b22
commit 9f2fe45777

@ -332,7 +332,7 @@ $session_message-container-border-radius: 5px;
} }
} }
&.no-opacify { &.no-opacity {
svg { svg {
opacity: 1; opacity: 1;
} }

@ -49,7 +49,7 @@ export class SessionIconButton extends React.PureComponent<SProps> {
'session-icon-button', 'session-icon-button',
iconSize, iconSize,
iconPadded ? 'padded' : '', iconPadded ? 'padded' : '',
isSelected ? 'no-opacify' : '' isSelected ? 'no-opacity' : ''
)} )}
role="button" role="button"
onClick={e => { onClick={e => {

Loading…
Cancel
Save