1
0
Fork 0

Fix play overlay icon

This commit is contained in:
Chocobozzz 2020-08-07 13:46:58 +02:00
parent 951b582f52
commit 3efa3f4d35
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ $play-overlay-width: 18px;
}
.icon {
@include play-icon($play-overlay-height, $play-overlay-width);
@include play-icon($play-overlay-width, $play-overlay-height);
}
}