fix(app): tone down search shortcut color
This commit is contained in:
parent
23980fb62d
commit
c12b2b75bb
1 changed files with 3 additions and 1 deletions
|
|
@ -293,7 +293,9 @@ export function SessionHeader() {
|
||||||
|
|
||||||
<Show when={hotkey()}>
|
<Show when={hotkey()}>
|
||||||
{(keybind) => (
|
{(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>
|
</Show>
|
||||||
</Button>
|
</Button>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue