diff --git a/src/app/components/drawer/controlled-drawer.tsx b/src/app/components/drawer/controlled-drawer.tsx index 02819286cbe..1ff9385a301 100644 --- a/src/app/components/drawer/controlled-drawer.tsx +++ b/src/app/components/drawer/controlled-drawer.tsx @@ -17,6 +17,9 @@ export function ControlledDrawer(props: ControlledDrawerProps) { return ( - onCreateAccount()}> + + onCreateAccount()}> Create new account diff --git a/src/app/features/switch-account-drawer/components/switch-account-list.tsx b/src/app/features/switch-account-drawer/components/switch-account-list.tsx index 4a2148ba947..db4d6a657cc 100644 --- a/src/app/features/switch-account-drawer/components/switch-account-list.tsx +++ b/src/app/features/switch-account-drawer/components/switch-account-list.tsx @@ -1,7 +1,7 @@ import { memo } from 'react'; import { Virtuoso } from 'react-virtuoso'; -import { Box } from '@stacks/ui'; +import { Box } from 'leather-styles/jsx'; import { StacksAccount } from '@app/store/accounts/blockchain/stacks/stacks-account.models'; @@ -21,7 +21,7 @@ export const SwitchAccountList = memo( style={{ paddingTop: '24px', height: '70vh' }} totalCount={accounts.length} itemContent={index => ( - + )} diff --git a/src/app/features/switch-account-drawer/switch-account-drawer.tsx b/src/app/features/switch-account-drawer/switch-account-drawer.tsx index c36c94d6e3c..ba6a696d55f 100644 --- a/src/app/features/switch-account-drawer/switch-account-drawer.tsx +++ b/src/app/features/switch-account-drawer/switch-account-drawer.tsx @@ -33,7 +33,11 @@ export const SwitchAccountDrawer = memo(() => { return isShowing && accounts ? ( - +