Closed zhaoyao91 closed 5 years ago
see https://material.io/components/snackbars/#
sometimes we may popup some toast to sligtly give user some info, but not trying to catch too much attention.
@zhaoyao91 Hey, this can be done by extending the CSS. You can change the styles of the toast by modifying the ct-toast class in the css file of your project.
ct-toast
.ct-toast { background: #333; color: #fff; }
see https://material.io/components/snackbars/#
sometimes we may popup some toast to sligtly give user some info, but not trying to catch too much attention.