Added a smaller notice

This commit is contained in:
Ajay Ramachandran
2021-05-13 20:03:05 -04:00
parent e680099cec
commit ebf3b324b6
9 changed files with 279 additions and 74 deletions

View File

@@ -62,7 +62,8 @@ class SkipNotice {
autoSkip={autoSkip}
contentContainer={contentContainer}
ref={this.skipNoticeRef}
closeListener={() => this.close()} />,
closeListener={() => this.close()}
smaller={true} />,
this.noticeElement
);
}