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 39d2fe6 commit 092821aCopy full SHA for 092821a
core/src/components/toast/toast.ionic.scss
@@ -39,15 +39,15 @@
39
// --------------------------------------------------
40
41
:host(.toast-shape-soft) {
42
- --border-radius: #{globals.$ionic-border-radius-200};
+ --border-radius: #{globals.$ion-border-radius-200};
43
}
44
45
:host(.toast-shape-round) {
46
- --border-radius: #{globals.$ionic-border-radius-400};
+ --border-radius: #{globals.$ion-border-radius-400};
47
48
49
:host(.toast-shape-rectangular) {
50
- --border-radius: #{globals.$ionic-border-radius-0};
+ --border-radius: #{globals.$ion-border-radius-0};
51
52
53
// Toast Header
0 commit comments