refactor: update UI components to utilize 'popover-border' for consistent styling and enhance overall design coherence

This commit is contained in:
Anish Sarkar 2026-05-14 12:53:52 +05:30
parent 468f4ef121
commit 88f9c3353c
23 changed files with 89 additions and 97 deletions

View file

@ -171,7 +171,7 @@ export const PromptPicker = forwardRef<PromptPickerRef, PromptPickerProps>(funct
</button>
))}
<div className="mx-2 my-1 border-t border-border dark:border-white/5" />
<div className="mx-2 my-1 border-t border-popover-border" />
<button
ref={(el) => {
if (el) itemRefs.current.set(createPromptIndex, el);