ion button color custom
ion-button{
--background: #0869AE;
--border-radius: 20px;
}
ion button color custom
ion-button{
--background: #0869AE;
--border-radius: 20px;
}
ion toast change button color
// use Shadow Parts
// https://ionicframework.com/docs/api/toast#css-shadow-parts
ion-toast::part(button) {
color: black;
background: red;
border-radius: 14px;
}
button: Any button element that is displayed inside of the toast.
container: The element that wraps all child elements.
header: The header text of the toast.
message: The body text of the toast.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us