Skip to content

Commit 5c9d3ba

Browse files
committed
fix(): Fixing the minor issues
1 parent 3927941 commit 5c9d3ba

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/screens/mainFlow/components/SocialNavigation.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ const SocialNavigation = ({
6666
<MenuButton>
6767
<IconButton
6868
variant={'outline'}
69+
borderColor={'gray'}
70+
boxShadow={'0px 0px 20px 8px gray'}
6971
aria-label="Options"
7072
icon={<RobotIcon height={'2em'} width={'2em'} />}
7173
/>
@@ -75,7 +77,7 @@ const SocialNavigation = ({
7577
backgroundColor: 'transparent',
7678
color: 'violet',
7779
padding: '0px',
78-
boxShadow: '0px 0px 20px 8px violet',
80+
boxShadow: '0px 0px 10px 8px gray',
7981
}}
8082
>
8183
{(['adam', 'lieutenant', 'copernicus'] as CharacterType[]).map(
@@ -95,9 +97,9 @@ const SocialNavigation = ({
9597
ref={ref}
9698
px={2}
9799
py={5}
98-
border={'1px solid white'}
100+
border={'1px solid gray'}
101+
boxShadow={'0px 0px 20px 8px gray'}
99102
borderRadius={'30px'}
100-
outline={'1px solid violet'}
101103
onMouseEnter={onMouseEnter(ref, '30px')}
102104
onMouseLeave={onMouseLeave}
103105
>

0 commit comments

Comments
 (0)