refactor: update UI components for consistent styling

This commit is contained in:
Anish Sarkar 2025-12-25 19:40:43 +05:30
parent 46bb52a444
commit 4c2de73694
2 changed files with 2 additions and 3 deletions

View file

@ -587,10 +587,9 @@ const Composer: FC = () => {
/>
{/* Popover positioned above input */}
<div
className="fixed shadow-2xl rounded-lg border border-border overflow-hidden"
className="fixed shadow-2xl rounded-lg border border-border overflow-hidden bg-popover"
style={{
zIndex: 9999,
backgroundColor: "#18181b",
bottom: editorContainerRef.current
? `${window.innerHeight - editorContainerRef.current.getBoundingClientRect().top + 8}px`
: "200px",