From f8f561541679bfe54b478ff724b69fd7008a7ee7 Mon Sep 17 00:00:00 2001 From: ION606 Date: Mon, 8 Dec 2025 23:44:13 +0000 Subject: [PATCH] Modify dialog background to be transparent Updated the background style for dialog role. --- ion-theme.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ion-theme.css b/ion-theme.css index 0507f39..219720e 100644 --- a/ion-theme.css +++ b/ion-theme.css @@ -236,8 +236,9 @@ } [role="dialog"] { + background: transparent; /* background: linear-gradient(135deg, #7e5bef, #c084fc); */ - background: linear-gradient(135deg, #4c2889, #7a3fc3); + /* background: linear-gradient(135deg, #4c2889, #7a3fc3); */ } [role="dialog"] [data-text-variant="text-xs/normal"] {