Merge pull request #844 from openreplay/fix-autoplay

fix(ui) - autoplay modal
This commit is contained in:
Shekar Siri 2022-11-28 17:22:46 +01:00 committed by GitHub
commit 4eb25ea62a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,8 +51,8 @@ function AutoplayTimer({ nextId, siteId, history }: IProps) {
<Button variant="primary">Play Now</Button>
</Link>
</div>
<div className="mt-2 flex items-center">
<span className="color-gray-medium">Turn on/off auto-replay in <Icon name="ellipsis-v" className="mx-2" /> More options</span>
<div className="mt-2 flex items-center color-gray-dark">
Turn on/off auto-replay in <Icon name="ellipsis-v" className="mx-1" /> More options
</div>
</div>
</div>