summaryrefslogtreecommitdiffhomepage
path: root/packages/desktop/src
diff options
context:
space:
mode:
authorDavid Hill <[email protected]>2025-12-12 09:44:04 +0000
committerDavid Hill <[email protected]>2025-12-12 09:44:04 +0000
commit4c02d515a1e15a99fc009587e821087e042bd45b (patch)
treebe1c954098a834bb349ebec3294e6e31e796c8b3 /packages/desktop/src
parentb803a9732d93375100c704b5e665a28efa2ddd08 (diff)
downloadopencode-4c02d515a1e15a99fc009587e821087e042bd45b.tar.gz
opencode-4c02d515a1e15a99fc009587e821087e042bd45b.zip
wip: desktop sidebar icon updates
Diffstat (limited to 'packages/desktop/src')
-rw-r--r--packages/desktop/src/pages/layout.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/desktop/src/pages/layout.tsx b/packages/desktop/src/pages/layout.tsx
index 39917c420..257cfc8a3 100644
--- a/packages/desktop/src/pages/layout.tsx
+++ b/packages/desktop/src/pages/layout.tsx
@@ -498,7 +498,7 @@ export default function Layout(props: ParentProps) {
<Button
class="flex w-full text-left justify-start text-12-medium text-text-strong stroke-[1.5px] rounded-lg rounded-t-none shadow-none border-t border-border-weak-base pl-2.25 pb-px"
size="large"
- icon="plus-small"
+ icon="plus"
onClick={connectProvider}
>
<Show when={layout.sidebar.opened()}>Connect provider</Show>
@@ -512,7 +512,7 @@ export default function Layout(props: ParentProps) {
class="flex w-full text-left justify-start text-12-medium text-text-base stroke-[1.5px] rounded-lg px-2"
variant="ghost"
size="large"
- icon="plus-small"
+ icon="plus"
onClick={connectProvider}
>
<Show when={layout.sidebar.opened()}>Connect provider</Show>