We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec8560 commit d4b57fbCopy full SHA for d4b57fb
core/src/components/toast/toast.ionic.scss
@@ -36,6 +36,13 @@
36
@include globals.padding(globals.$ionic-space-300, globals.$ionic-space-400);
37
}
38
39
+// Toast Header
40
+// --------------------------------------------------
41
+
42
+.toast-header {
43
+ @include globals.typography(globals.$ionic-heading-h6-medium);
44
+}
45
46
// Toast Button
47
// --------------------------------------------------
48
0 commit comments