diff --git a/core/src/components/toast/test/basic/index.html b/core/src/components/toast/test/basic/index.html index e8769dfbc0..b3172f10dc 100644 --- a/core/src/components/toast/test/basic/index.html +++ b/core/src/components/toast/test/basic/index.html @@ -63,10 +63,14 @@ Translucent Toast - + Color Toast + + Light Color Toast + + Custom Class diff --git a/core/src/components/toast/toast.scss b/core/src/components/toast/toast.scss index 5eb91014f5..7007839369 100644 --- a/core/src/components/toast/toast.scss +++ b/core/src/components/toast/toast.scss @@ -65,6 +65,10 @@ color: #{current-color(contrast)}; } +:host(.ion-color) .toast-button-cancel { + color: inherit; +} + :host(.ion-color) .toast-wrapper { background: #{current-color(base)}; }