skip button now shown properly on iphone x

This commit is contained in:
Kadir Sekha 2017-12-29 15:32:17 +00:00
commit 4744076b85
2 changed files with 6 additions and 2 deletions

View file

@ -36,7 +36,7 @@
</div>
</div>
<div class="overlay collect-overlay">
<button class="button button-stable button-clear" ng-click="goNextView()">
<button class="button button-stable button-clear button-skip" ng-click="goNextView()">
{{'Skip' | translate}}
</button>
</div>