fix style of keyhint
This commit is contained in:
@@ -315,7 +315,7 @@ export function TaskParticleView({
|
|||||||
keys="Esc"
|
keys="Esc"
|
||||||
onClick={exitFocus}
|
onClick={exitFocus}
|
||||||
title="Finish editing (or press Esc)"
|
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
|
to finish
|
||||||
</KeyHint>
|
</KeyHint>
|
||||||
|
|||||||
Reference in New Issue
Block a user