aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_toasts.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_toasts.scss b/scss/_toasts.scss
index 5babc3e4f..e77cdaec7 100644
--- a/scss/_toasts.scss
+++ b/scss/_toasts.scss
@@ -5,10 +5,10 @@
background-color: $toast-background-color;
background-clip: padding-box;
border: $toast-border-width solid $toast-border-color;
- border-radius: $toast-border-radius;
box-shadow: $toast-box-shadow;
backdrop-filter: blur(10px);
opacity: 0;
+ @include border-radius($toast-border-radius);
&:not(:last-child) {
margin-bottom: $toast-padding-x;