refactor: update UI components to use consistent popup and text colors

This commit is contained in:
Anish Sarkar 2026-05-13 16:46:35 +05:30
parent 481bb406b6
commit 6aa4dcef60
31 changed files with 50 additions and 108 deletions

View file

@ -151,7 +151,7 @@ export function InlineEquationElement({ children, ...props }: PlateElementProps<
{isEditing && (
<span
className="absolute z-50 mt-1 rounded-md border bg-popover p-2 shadow-md"
className="absolute z-50 mt-1 rounded-md bg-popover p-2 shadow-md"
contentEditable={false}
>
<textarea