From 19dfae311722fe91abb10e1162e3f35216808dc2 Mon Sep 17 00:00:00 2001 From: Tran Van Quyet Date: Thu, 1 Jan 2026 11:30:41 +0700 Subject: [PATCH] AiMBA: Update dialog portal background --- src/aimba/dialog-portal/DialogPortal.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/aimba/dialog-portal/DialogPortal.less b/src/aimba/dialog-portal/DialogPortal.less index 11cf709..1749ebc 100644 --- a/src/aimba/dialog-portal/DialogPortal.less +++ b/src/aimba/dialog-portal/DialogPortal.less @@ -11,7 +11,8 @@ flex-direction: column; align-items: center; justify-content: flex-start; - background: #FFFFFFDD; + background: #F6F8FBCE; + backdrop-filter: saturate(180%) blur(20px); padding: 15px; overflow: auto; scrollbar-width: thin;