diff --git a/web/src/components/key-bar.tsx b/web/src/components/key-bar.tsx index 4af1d45..cf8adee 100644 --- a/web/src/components/key-bar.tsx +++ b/web/src/components/key-bar.tsx @@ -32,13 +32,15 @@ export function KeyBar(props: { ctrl: boolean onCtrl: () => void onKey: (key: BarKey) => void + onPaste: () => void }) { - const chip = 'rounded-md px-2.5 py-1.5 font-mono text-sm/4 transition-colors select-none' + const chip = + 'min-h-12 shrink-0 rounded-md px-3 py-1.5 font-mono text-sm/4 transition-colors select-none' return (
@@ -62,6 +64,20 @@ export function KeyBar(props: { > ctrl + {KEYS.map((k) => (