fix(ui): soften btw panel shadow

Replace the floating-glass elevation stack with the composer pill's
soft shadow and a plain theme border; the glass background and blur
stay.
This commit is contained in:
Bohdan Triapitsyn
2026-08-23 23:40:41 +03:00
parent f007d07bee
commit c3f89e0106
@@ -233,7 +233,7 @@ const BtwFrame: React.FC<{
role="dialog"
aria-label="btw"
>
<div className="oc-glass-popover oc-glass-floating w-full overflow-hidden rounded-xl">
<div className="oc-glass-popover w-full overflow-hidden rounded-xl border border-[var(--interactive-border)] shadow-[0_4px_16px_-4px_rgb(0_0_0_/_0.12)]">
<div className="flex items-center gap-2 px-3 py-1.5">
{onTitleClick ? (
<button