feat(notes): add blue border to help paper

This commit is contained in:
Triston Armstrong 2024-10-21 05:32:18 -04:00
parent ff7043a35d
commit f7b392f909
Signed by: tristonarmstrong
GPG Key ID: A23B48AE45EB6EFE

View File

@ -249,9 +249,10 @@ export function NoteCard({ key: itemKey, data: item }: NoteCard.NoteCardProps) {
</ContextMenuPortal>
</div >
{/* HOTKEY PAPER */}
{showHelp.value &&
<div
className={"text-white absolute bg-[#1c1c1c] rounded-md p-1"}
className={"text-white absolute bg-[#1c1c1c] rounded-md p-1 z-[1000] border border-blue-500"}
style={{
top: `${item.position.y}px`,
left: `${item.position.x - 120}px`