Cogoport/cogo-toast

Suggestion: add a black type

zhaoyao91 opened this issue · 1 comments

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 {
  background: #333;
  color: #fff;
}