Formatting

This commit is contained in:
CREDO23 2026-04-07 20:28:07 +02:00
parent 0be3c79635
commit c5646eef66
6 changed files with 59 additions and 46 deletions

View file

@ -150,7 +150,9 @@ export function ShortcutRecorder({
)}
>
{recording ? (
<span className="text-[11px] text-primary animate-pulse whitespace-nowrap">Press keys</span>
<span className="text-[11px] text-primary animate-pulse whitespace-nowrap">
Press keys
</span>
) : (
<Kbd keys={displayKeys} />
)}