diff --git a/src/lib/components/toast/Toast.component.tsx b/src/lib/components/toast/Toast.component.tsx index 07acaac9b6..fb74af966b 100644 --- a/src/lib/components/toast/Toast.component.tsx +++ b/src/lib/components/toast/Toast.component.tsx @@ -153,8 +153,8 @@ function Toast({ style={{ alignItems: 'flex-end', backgroundColor: theme.backgroundLevel1, - borderColor: theme.border, - border: '1px solid', + border: `1px solid ${theme.border}`, + boxShadow: '0px 4px 10px 4px #000', display: 'flex', borderRadius: '4px', position: 'relative',