fix(app): tone down search shortcut color
parent
23980fb62d
commit
c12b2b75bb
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue