From 8f3adbda799fc4b0afe911c2b3d60cd7c24b68bd Mon Sep 17 00:00:00 2001 From: HWFord <54360213+HWFord@users.noreply.github.com> Date: Thu, 26 Jun 2025 12:32:34 +0200 Subject: [PATCH] fixes #2379 add shadow to toast --- themes/standard_pages/template/toaster.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/standard_pages/template/toaster.tpl b/themes/standard_pages/template/toaster.tpl index 14891d6c9..a7e731192 100644 --- a/themes/standard_pages/template/toaster.tpl +++ b/themes/standard_pages/template/toaster.tpl @@ -24,6 +24,7 @@ font-size: 15px; width: fit-content; align-self: flex-end; + box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15); } .toast i:before {