Skip to content

Commit 092821a

Browse files
committed
update toast shape tokens
1 parent 39d2fe6 commit 092821a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/src/components/toast/toast.ionic.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@
3939
// --------------------------------------------------
4040

4141
:host(.toast-shape-soft) {
42-
--border-radius: #{globals.$ionic-border-radius-200};
42+
--border-radius: #{globals.$ion-border-radius-200};
4343
}
4444

4545
:host(.toast-shape-round) {
46-
--border-radius: #{globals.$ionic-border-radius-400};
46+
--border-radius: #{globals.$ion-border-radius-400};
4747
}
4848

4949
:host(.toast-shape-rectangular) {
50-
--border-radius: #{globals.$ionic-border-radius-0};
50+
--border-radius: #{globals.$ion-border-radius-0};
5151
}
5252

5353
// Toast Header

0 commit comments

Comments
 (0)