From db92857667730dd00f1a6058b2f3b1eedcf4eb91 Mon Sep 17 00:00:00 2001 From: Dorian Date: Wed, 6 May 2026 20:24:53 +0100 Subject: [PATCH] Make sticker modal opaque --- apps/web/src/components/ChatDrawer.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/components/ChatDrawer.vue b/apps/web/src/components/ChatDrawer.vue index 92f1564..667ea15 100644 --- a/apps/web/src/components/ChatDrawer.vue +++ b/apps/web/src/components/ChatDrawer.vue @@ -388,7 +388,7 @@ p.sticker.gif { display: grid; align-items: end; padding: 16px; - background: rgba(0, 0, 0, 0.46); + background: var(--bg-0); } .sticker-dialog { min-height: 0; @@ -398,7 +398,7 @@ p.sticker.gif { gap: 10px; padding: 12px; border: 1px solid var(--neon-magenta); - background: rgba(7, 9, 15, 0.98); + background: var(--bg-1); box-shadow: var(--shadow-magenta); } .sticker-head {