From 3a1cfa6c731bc4c33348034cb918b7a4dbe2af8b Mon Sep 17 00:00:00 2001 From: Adam <2363879+adamdotdevin@users.noreply.github.com> Date: Wed, 31 Dec 2025 11:24:45 -0600 Subject: chore(app): keybind tooltip component --- packages/ui/src/components/tooltip.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'packages/ui/src/components/tooltip.css') diff --git a/packages/ui/src/components/tooltip.css b/packages/ui/src/components/tooltip.css index f7afe16aa..134de6f51 100644 --- a/packages/ui/src/components/tooltip.css +++ b/packages/ui/src/components/tooltip.css @@ -2,6 +2,19 @@ display: flex; } +[data-slot="tooltip-keybind"] { + display: flex; + align-items: center; + gap: 8px; +} + +[data-slot="tooltip-keybind-key"] { + color: var(--icon-base); + font-size: var(--font-size-small); + font-weight: var(--font-weight-medium); + line-height: var(--line-height-large); +} + [data-component="tooltip"] { z-index: 1000; max-width: 320px; -- cgit v1.2.3