File tree Expand file tree Collapse file tree
src/screens/mainFlow/components Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments