diff options
| author | David Hill <[email protected]> | 2026-01-15 19:14:34 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-01-15 19:15:21 +0000 |
| commit | dc8f8cc567fc8454ec59b769835e9121de1c3fbc (patch) | |
| tree | 4dcc74f4998f2f08672a8fb6ae27a1f24e835cf6 | |
| parent | 99110d12c4d6dae58db8a30b1f56f8fae958fd3e (diff) | |
| download | opencode-dc8f8cc567fc8454ec59b769835e9121de1c3fbc.tar.gz opencode-dc8f8cc567fc8454ec59b769835e9121de1c3fbc.zip | |
fix: current session background color
| -rw-r--r-- | packages/app/src/pages/layout.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/app/src/pages/layout.tsx b/packages/app/src/pages/layout.tsx index 1c653e06a..deb957f18 100644 --- a/packages/app/src/pages/layout.tsx +++ b/packages/app/src/pages/layout.tsx @@ -871,7 +871,7 @@ export default function Layout(props: ParentProps) { <div data-session-id={props.session.id} class="group/session relative w-full rounded-md cursor-default transition-colors px-3 - hover:bg-surface-raised-base-hover focus-within:bg-surface-raised-base-hover has-[.active]:bg-surface-raised-base-hover" + hover:bg-surface-raised-base-hover focus-within:bg-surface-raised-base-hover has-[.active]:bg-surface-base-active" > <Tooltip placement={props.mobile ? "bottom" : "right"} value={props.session.title} gutter={16} openDelay={1000}> <A |
