mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 01:06:23 +02:00
refactor: update UI components for consistent styling
This commit is contained in:
parent
46bb52a444
commit
4c2de73694
2 changed files with 2 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue