Border has been added to distinguish clear notifications from text (#1750)

This commit is contained in:
MokireddySampath
2024-03-06 12:54:44 +05:30
committed by GitHub
parent 5d4e9d82bb
commit 0039adf1c2
2 changed files with 13 additions and 0 deletions

View File

@@ -162,6 +162,7 @@ export class NotificationConsoleComponent extends React.Component<
role="button"
onKeyDown={(event: React.KeyboardEvent<HTMLSpanElement>) => this.onClearNotificationsKeyPress(event)}
tabIndex={0}
style={{ border: "1px solid black", borderRadius: "2px" }}
>
<img src={ClearIcon} alt="clear notifications image" />
Clear Notifications