@ -114,7 +114,7 @@
</json-schema-form> -->
</div>
<ion-item *ngIf="notificationButtonRes?.length >0" class="requiredItem">
<ion-label class="boldTxtNav">{{'worklistMain.action' | translate}} </ion-label>
<ion-label class="boldTxtNav">{{'actionHis, action' | translate}} </ion-label>
<ion-select okText="{{ts.trPK('general','ok')}}" cancelText="{{ts.trPK('general','cancel')}}" [(ngModel)]="actionType" required >
<ion-select-option value= "{{notificationButtons.BUTTON_ACTION}}" *ngFor="let notificationButtons of notificationButtonRes; let i=index;">{{notificationButtons.BUTTON_LABEL}}</ion-select-option>
</ion-select>
@ -33,6 +33,8 @@
min-height: 150px !important;
padding: 0px;
background: transparent;
border: 2px solid #e4e5e7;
p{
color: var(--secondary);
margin-top: 0px; margin-bottom:0px;
@ -222,7 +222,7 @@ p.text-caps{
}
.boldTxtNav,p.boldTxtNav,.boldTxtNav>label {
color: var(--customnavy);
color: var(--customnavy) !important;
:root[dir="ltr"]{
font-family: var(--fontFamilyBoldEN) !important;