fix notecard help paper colors

This commit is contained in:
Triston Armstrong 2024-10-23 13:47:50 +07:00
parent 26ee1d8921
commit 1f410dbd56
Signed by: tristonarmstrong
GPG Key ID: A23B48AE45EB6EFE

View File

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