Explorar o código

fix(app): tone down search shortcut color

David Hill hai 1 mes
pai
achega
c12b2b75bb
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      packages/app/src/components/session/session-header.tsx

+ 3 - 1
packages/app/src/components/session/session-header.tsx

@@ -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>