@kavithapramod wrote:
I have to change below items border color from gray to red
I tried with border color but no use. Below is code and css
html:
ABC
<ion-icon name=“md-arrow-dropright” slot=“end” class=“arrow-dropright” (click)=“goToResetPassword($event)”>
XYZ
<ion-icon name=“md-arrow-dropright” slot=“end” class=“arrow-dropright” (click)=“goToResetPassword($event)”>
CSS:
I tried below two:host {
ion-item {
border-bottom: var(–ion-color-warning,red);}
}
ion-item{
border-color: red;
}
Posts: 1
Participants: 1