Skip to content

Commit

Permalink
[C-3857] Remove the shadow on the verified handle section in new sign…
Browse files Browse the repository at this point in the history
… up flow (#7681)
  • Loading branch information
Kyle-Shanks authored Feb 22, 2024
1 parent 0d6556a commit 17f9536
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,13 @@ const SocialMediaSection = ({
}: SocialMediaSectionProps) => {
const { spacing } = useTheme()
return (
<Paper direction='column' backgroundColor='surface2' p='l' gap='l'>
<Paper
shadow='flat'
direction='column'
backgroundColor='surface2'
p='l'
gap='l'
>
<Flex direction='column' gap='s'>
<Text variant='title' size='m'>
{pickHandlePageMessages.claimHandleHeaderPrefix}{' '}
Expand Down

0 comments on commit 17f9536

Please sign in to comment.