diff --git a/core/src/components/toast/test/basic/index.html b/core/src/components/toast/test/basic/index.html index e8769dfbc01..b3172f10dcf 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 5eb91014f57..70078393695 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)}; }