diff options
| author | David Hill <[email protected]> | 2026-01-16 11:51:28 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-01-16 11:55:15 +0000 |
| commit | 94ab87ffaddcaa1874fd382e8ca9c2ab40c32085 (patch) | |
| tree | 9f6c764d8bf1f040e6c8b135bb11788c13187ea7 | |
| parent | 416f419a81bd37f91b9715c804489f1f9e0404d4 (diff) | |
| download | opencode-94ab87ffaddcaa1874fd382e8ca9c2ab40c32085.tar.gz opencode-94ab87ffaddcaa1874fd382e8ca9c2ab40c32085.zip | |
fix: view all sessions state styles
| -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 fe61c7801..7030ef3fd 100644 --- a/packages/app/src/pages/layout.tsx +++ b/packages/app/src/pages/layout.tsx @@ -1064,7 +1064,7 @@ export default function Layout(props: ParentProps) { <div class="px-2 py-2 border-t border-border-weak-base"> <Button variant="ghost" - class="flex w-full text-left justify-start text-text-base px-2" + class="flex w-full text-left justify-start text-text-base px-2 hover:bg-transparent active:bg-transparent" onClick={() => { layout.sidebar.open() navigateToProject(props.project.worktree) |
