From ce0844273241ce842593cf55800b1409c01966cf Mon Sep 17 00:00:00 2001 From: David Hill Date: Tue, 17 Feb 2026 14:12:32 +0000 Subject: tweak(ui): center titlebar search and soften keybind Mount the titlebar search in the center area and tune its sizing/spacing; use regular weight for the keybind pill text. --- packages/ui/src/components/keybind.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/ui/src/components/keybind.css') diff --git a/packages/ui/src/components/keybind.css b/packages/ui/src/components/keybind.css index 1a9e5dce4..420619ae4 100644 --- a/packages/ui/src/components/keybind.css +++ b/packages/ui/src/components/keybind.css @@ -9,10 +9,10 @@ background: var(--surface-base); box-shadow: var(--shadow-xxs-border); - /* text-12-medium */ + /* text-12-regular */ font-family: var(--font-family-sans); font-size: 12px; - font-weight: var(--font-weight-medium); + font-weight: var(--font-weight-regular); line-height: 1; color: var(--text-weak); } -- cgit v1.2.3