wip: desktop sidebar icon updates
This commit is contained in:
parent
c316ef35d9
commit
41319a2885
2 changed files with 4 additions and 3 deletions
|
|
@ -501,7 +501,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>
|
||||
|
|
@ -515,7 +515,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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue