diff options
| author | Brendan Allan <[email protected]> | 2026-04-13 13:58:35 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-13 13:58:35 +0800 |
| commit | a6b9f0dac1a67ab669543ac946dcaace2031e2ec (patch) | |
| tree | a34a9efb5fc739e76bc936034b30a142ec40ed51 | |
| parent | 34f5bdbc9967fb67ef75c645443c638ce852aa09 (diff) | |
| download | opencode-a6b9f0dac1a67ab669543ac946dcaace2031e2ec.tar.gz opencode-a6b9f0dac1a67ab669543ac946dcaace2031e2ec.zip | |
app: align workspace load more button (#22251)
| -rw-r--r-- | packages/app/src/pages/layout/sidebar-workspace.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/app/src/pages/layout/sidebar-workspace.tsx b/packages/app/src/pages/layout/sidebar-workspace.tsx index 68e36ff77..878b6e5fa 100644 --- a/packages/app/src/pages/layout/sidebar-workspace.tsx +++ b/packages/app/src/pages/layout/sidebar-workspace.tsx @@ -274,7 +274,7 @@ const WorkspaceSessionList = (props: { <div class="relative w-full py-1"> <Button variant="ghost" - class="flex w-full text-left justify-start text-14-regular text-text-weak pl-9 pr-10" + class="flex w-full text-left justify-start text-14-regular text-text-weak pl-2 pr-10" size="large" onClick={(e: MouseEvent) => { props.loadMore() |
