fix(app): tone down search shortcut color

title-bar-cleanup
David Hill 2026-03-12 12:58:20 +00:00
parent 23980fb62d
commit c12b2b75bb
1 changed files with 3 additions and 1 deletions

View File

@ -293,7 +293,9 @@ export function SessionHeader() {
<Show when={hotkey()}>
{(keybind) => (
<Keybind class="shrink-0 !border-0 !bg-transparent !shadow-none px-0">{keybind()}</Keybind>
<Keybind class="shrink-0 !border-0 !bg-transparent !shadow-none px-0 text-text-weaker">
{keybind()}
</Keybind>
)}
</Show>
</Button>