fix style of keyhint

This commit is contained in:
Arjun Patel
2026-06-21 10:16:44 -07:00
parent e68d5ca4dc
commit 641b3ebcb7
@@ -315,7 +315,7 @@ export function TaskParticleView({
keys="Esc"
onClick={exitFocus}
title="Finish editing (or press Esc)"
className="fixed bottom-[calc(var(--stream-safe-bottom,2rem)+0.5rem)] left-1/2 z-40 flex -translate-x-1/2 items-center rounded-full bg-black/40 px-3 py-1.5 text-white/70 backdrop-blur-sm hover:bg-black/60 hover:text-white"
className="fixed bottom-[calc(var(--stream-safe-bottom,2rem)+0.5rem)] left-1/2 z-40 -translate-x-1/2 text-xs text-white/40"
>
to finish
</KeyHint>