File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import { PlanPanel } from "./components/PlanPanel";
3030import { AboutView } from "./components/AboutView" ;
3131import { TabBar } from "./components/TabBar" ;
3232import { TabletNav } from "./components/TabletNav" ;
33- import { TerminalSquare } from "lucide-react" ;
33+ import { ArrowLeft , TerminalSquare } from "lucide-react" ;
3434import { useWorkspaces } from "./hooks/useWorkspaces" ;
3535import { useThreads } from "./hooks/useThreads" ;
3636import { useWindowDrag } from "./hooks/useWindowDrag" ;
@@ -529,14 +529,14 @@ function MainApp() {
529529 < div className = "main-topbar-left" >
530530 { centerMode === "diff" && (
531531 < button
532- className = "ghost icon-button"
532+ className = "icon-button back -button"
533533 onClick = { ( ) => {
534534 setCenterMode ( "chat" ) ;
535535 setSelectedDiffPath ( null ) ;
536536 } }
537537 aria-label = "Back to chat"
538538 >
539- < span aria-hidden > ‹ </ span >
539+ < ArrowLeft aria-hidden / >
540540 </ button >
541541 ) }
542542 < MainHeader
Original file line number Diff line number Diff line change 4949 padding : 6px 10px ;
5050}
5151
52+ .main-topbar-left .back-button {
53+ margin-left : -16px ;
54+ padding : 6px ;
55+ border : none;
56+ background : transparent;
57+ color : var (--text-muted );
58+ }
59+
5260
5361.workspace-title-line {
5462 display : flex;
You can’t perform that action at this time.
0 commit comments