From d9a6fd2a427453a85c598e0fe3b0f65707fce7d3 Mon Sep 17 00:00:00 2001 From: tisonhuang Date: Wed, 4 Mar 2026 19:36:06 +0800 Subject: [PATCH] style(chat): make jump calendar popover background fully opaque --- src/components/JumpToDatePopover.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/JumpToDatePopover.scss b/src/components/JumpToDatePopover.scss index a2fbe2d..cf8d864 100644 --- a/src/components/JumpToDatePopover.scss +++ b/src/components/JumpToDatePopover.scss @@ -5,7 +5,7 @@ width: 312px; border-radius: 14px; border: 1px solid var(--border-color); - background: var(--bg-secondary); + background: var(--bg-secondary-solid, #ffffff); opacity: 1; backdrop-filter: none; -webkit-backdrop-filter: none; @@ -32,7 +32,7 @@ height: 28px; border: 1px solid var(--border-color); border-radius: 8px; - background: var(--bg-secondary); + background: var(--bg-secondary-solid, #ffffff); color: var(--text-secondary); display: inline-flex; align-items: center;