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