fix(modals): modify border-color with background-color to remove unstyled line
This commit is contained in:
parent
056e15e5f3
commit
debff3e8b9
4 changed files with 5 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<ion-modal-view ng-controller="payproController">
|
||||
<ion-header-bar align-title="center" class="bar-royal" ng-style="{'background-color': color}">
|
||||
<ion-header-bar align-title="center" class="bar-royal" ng-style="{'background-color': color, 'border-color': color}">
|
||||
<button class="button button-clear" ng-click="cancel()">
|
||||
{{'Close' | translate}}
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue