From ccbe6b7238ee3aab03df1c433f16947d5c1c1f3d Mon Sep 17 00:00:00 2001 From: "LEWE, GEORGE" Date: Tue, 5 Sep 2023 20:09:56 +0200 Subject: [PATCH] Removed extra border-radius from custom toast styles --- src/scss/_toasts.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/scss/_toasts.scss b/src/scss/_toasts.scss index 6fce8b927..a7c5bd533 100644 --- a/src/scss/_toasts.scss +++ b/src/scss/_toasts.scss @@ -39,13 +39,6 @@ margin: 8px; } -// -// Adding a bottom border radius the toast body -// -.toast .toast-body { - --#{$prefix}toast-border-radius: 0 0 .25rem .25rem; -} - // // Color variants //