diff --git a/src/lib/components/toast/Toast.component.tsx b/src/lib/components/toast/Toast.component.tsx index ea27cc218f..673869e941 100644 --- a/src/lib/components/toast/Toast.component.tsx +++ b/src/lib/components/toast/Toast.component.tsx @@ -134,6 +134,7 @@ function Toast({ ref={ref} role="status" aria-live="polite" + aria-labelledby={`${status}_toast`} style={{ position: 'fixed', ...(style || positionStyle),