diff --git a/src/app/pages/client/profile/Profile.tsx b/src/app/pages/client/profile/Profile.tsx index 08ad9d2c91..d289992d55 100644 --- a/src/app/pages/client/profile/Profile.tsx +++ b/src/app/pages/client/profile/Profile.tsx @@ -1,5 +1,5 @@ -import { Box, Text, color, config, IconButton, Menu, Line, MenuItem } from 'folds'; -import { GearSix, menuIcon, sizedIcon } from '$components/icons/phosphor'; +import { Box, Text, color, config, Menu, Line, MenuItem } from 'folds'; +import { GearSix, menuIcon } from '$components/icons/phosphor'; import { PageNavHeader } from '$components/page'; import { SidebarPanel } from '$components/page/SidebarPanel'; import { ScreenSize, useScreenSizeContext } from '$hooks/useScreenSize'; @@ -51,27 +51,17 @@ export function ProfileMobile() { gap="0" alignItems="Center" justifyContent="SpaceBetween" - style={{ width: '100%', minWidth: '100%', background: color.Background.Container }} + style={{ + width: '100%', + minWidth: '100%', + background: color.Background.Container, + }} > Account - - openSettings()} - > - {sizedIcon(GearSix, '500')} - - + + openSettings()} + style={{ background: color.Background.Container }} + > + + Open settings + + {(logout, setLogout) => ( <> -