From 5deed223c34531f197ab24edf07083314c315ed0 Mon Sep 17 00:00:00 2001 From: Riyadh Date: Thu, 7 May 2026 10:17:44 +0000 Subject: [PATCH] Update the popup's visual appearance for better consistency Refactor `IncomingNotePopup` component to simplify structure, adjust background colors, and modify header/footer styling using Tailwind CSS classes. --- .../components/notes/incoming-note-popup.tsx | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/artifacts/tx-os/src/components/notes/incoming-note-popup.tsx b/artifacts/tx-os/src/components/notes/incoming-note-popup.tsx index 667eead8..d7b349e0 100644 --- a/artifacts/tx-os/src/components/notes/incoming-note-popup.tsx +++ b/artifacts/tx-os/src/components/notes/incoming-note-popup.tsx @@ -373,20 +373,13 @@ export function IncomingNotePopup() { >
- {/* Drag handle / header — sits ON the tinted surface (no - opaque chrome behind it) so the whole card reads as one - continuous sticky note. Use a translucent dark divider - that works across every palette tint. */} + {/* Drag handle / header */}
- {/* Body sits directly on the tinted card surface — no - card-in-card. The whole popup IS the sticky note; only - the outer ring + header chrome remain as frame. */} + {/* Body — renders directly on the tinted card surface. */}
- {/* Action row sits on its own faint divider strip so the - buttons stay legible against any tint, while still - letting the colored surface bleed through (no opaque - white footer). */} + {/* Action row */}