mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-21 02:22:40 +00:00
fix: view all sessions state styles
This commit is contained in:
parent
416f419a81
commit
94ab87ffad
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue