Fix dark theme styling of roomheader cancel button
This commit is contained in:
parent
55dc2e0161
commit
5099f07562
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ export function CancelButton(props) {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<AccessibleButton className='mx_RoomHeader_cancelButton' onClick={onClick}>
|
<AccessibleButton className='mx_RoomHeader_cancelButton' onClick={onClick}>
|
||||||
<img src="img/cancel.svg" width="18" height="18" alt="Cancel"/>
|
<img src="img/cancel.svg" className='mx_filterFlipColor'
|
||||||
|
width="18" height="18" alt="Cancel"/>
|
||||||
</AccessibleButton>
|
</AccessibleButton>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue