Updated Video component pip icon to copy icon
• Updated: - Video component pip icon to copy icon
This commit is contained in:
parent
763aa63dc2
commit
2937ecc549
|
@ -728,7 +728,7 @@ class Video extends ImmutablePureComponent {
|
|||
backgroundColor='none'
|
||||
aria-label={intl.formatMessage(fullscreen ? messages.exit_fullscreen : messages.fullscreen)}
|
||||
onClick={this.togglePip}
|
||||
icon='pip'
|
||||
icon='copy'
|
||||
iconSize='20px'
|
||||
iconClassName={_s.cWhite}
|
||||
className={[_s.px10, _s.pr0].join(' ')}
|
||||
|
|
Loading…
Reference in New Issue