mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-24 08:25:17 +00:00
fix(app): lighten background move hint (#44217)
This commit is contained in:
parent
d35f81ef92
commit
bdec7a4f87
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ export function BackgroundMoveHint(props: { keybind?: string[] }) {
|
|||
return (
|
||||
<div
|
||||
data-component="session-background-hint"
|
||||
class="flex h-6 max-w-full items-center justify-center gap-[3px] overflow-hidden text-[13px] font-[530] leading-5 tracking-[-0.04px] text-v2-text-text-muted"
|
||||
class="flex h-6 max-w-full items-center justify-center gap-[3px] overflow-hidden text-[13px] font-[440] leading-5 tracking-[-0.04px] text-v2-text-text-muted"
|
||||
aria-label={language.t("session.background.moveInline", { keybind: keybind() })}
|
||||
>
|
||||
<span data-slot="session-background-hint-prefix" class="shrink-0">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue