mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-22 17:06:24 -06:00
ELECTRON-1297 - Add role alert to the notification container (#679)
This commit is contained in:
parent
a6a34c9c6d
commit
65836ddf24
@ -59,7 +59,7 @@ export default class NotificationComp extends React.Component<{}, IState> {
|
||||
const bgColor = { backgroundColor: colorHex || '#ffffff' };
|
||||
|
||||
return (
|
||||
<div className='container' style={bgColor} onClick={this.eventHandlers.onClick(id)}>
|
||||
<div className='container' role='alert' style={bgColor} onClick={this.eventHandlers.onClick(id)}>
|
||||
<div className='logo-container'>
|
||||
<img className={`logo ${theme}`} alt='symphony logo'/>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user