Skip to content

Commit

Permalink
added class to notification
Browse files Browse the repository at this point in the history
Signed-off-by: aryangupta701 <[email protected]>
  • Loading branch information
aryangupta701 committed Sep 8, 2023
1 parent 8c0c0c9 commit 7e66ae1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/ContentScript/recorder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ class Recorder {

this.isNotificationRaised = true;
const messageElement = document.createElement('p');
messageElement.className = 'ZapfloatingDivElements';
messageElement.textContent = `${notifyMessage.title}: ${notifyMessage.message}`;
messageElement.style.all = 'initial';
messageElement.style.fontSize = '20px';
Expand Down

0 comments on commit 7e66ae1

Please sign in to comment.