summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src
diff options
context:
space:
mode:
authorDavid Hill <[email protected]>2026-02-17 14:12:32 +0000
committerDavid Hill <[email protected]>2026-02-17 14:37:44 +0000
commitce0844273241ce842593cf55800b1409c01966cf (patch)
tree306680ee8e89047349584dcd751d29a1fa6373e9 /packages/ui/src
parent8fcfbd697a18477b899ca17454089c05e48366b8 (diff)
downloadopencode-ce0844273241ce842593cf55800b1409c01966cf.tar.gz
opencode-ce0844273241ce842593cf55800b1409c01966cf.zip
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.
Diffstat (limited to 'packages/ui/src')
-rw-r--r--packages/ui/src/components/keybind.css4
1 files changed, 2 insertions, 2 deletions
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);
}