ionic change css propery

Solutions on MaxInterview for ionic change css propery by the best coders in the world

showing results for - "ionic change css propery"
Matilda
16 Nov 2018
1// use Shadow Parts
2// https://ionicframework.com/docs/api/toast#css-shadow-parts
3ion-toast::part(button) { 
4    background: red;
5    border-radius: 14px;
6}