diff options
Diffstat (limited to 'packages/ui/src/components/keybind.css')
| -rw-r--r-- | packages/ui/src/components/keybind.css | 4 |
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); } |
