From 3b4988aa60dc6d31e1bc3367cb8f5e8d85710ac6 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Mon, 6 Jan 2020 15:53:26 -0500 Subject: [PATCH] feat(toast): expose shadow parts (#20146) resolves #19722 --- core/src/components/toast/toast.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/src/components/toast/toast.tsx b/core/src/components/toast/toast.tsx index e84987a332..ecb35e35da 100644 --- a/core/src/components/toast/toast.tsx +++ b/core/src/components/toast/toast.tsx @@ -233,7 +233,7 @@ export class Toast implements ComponentInterface, OverlayInterface { return (
{buttons.map(b => -