I've been struggling to add a border color and width to an ion-avatar element in Ionic 4. I've attempted to use various CSS3 code snippets, but nothing seems to work.
This is what I have tried:
.ion-avatar img{
width: 90px !important;
height: 60px !important;
border-radius: 50% !important;
overflow: hidden !important;
border: 70px solid red !important;
}