share menu tags fixed (#1174)

main
Andrew Hayes 4 years ago committed by GitHub
parent 267159df6a
commit 51ebbd10e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,7 +40,7 @@ function ShareMenu({ isVisible, toggleVisibility, tweet, imgur }) {
{tweeting ? 'Loading…' : 'Tweet'} {tweeting ? 'Loading…' : 'Tweet'}
</Button> </Button>
<Button <Button
id="export-menu" id="share-menu"
border border
large large
center center
@ -48,9 +48,9 @@ function ShareMenu({ isVisible, toggleVisibility, tweet, imgur }) {
padding="0 8px" padding="0 8px"
margin="0 8px 0 -1px" margin="0 8px 0 -1px"
onClick={toggleVisibility} onClick={toggleVisibility}
data-cy="export-button" data-cy="share-button"
style={{ borderBottomLeftRadius: 0, borderTopLeftRadius: 0 }} style={{ borderBottomLeftRadius: 0, borderTopLeftRadius: 0 }}
title="Export menu dropdown" title="Share menu dropdown"
> >
<ArrowDown color={COLORS.BLUE} /> <ArrowDown color={COLORS.BLUE} />
</Button> </Button>

Loading…
Cancel
Save