|
|
@ -70,6 +70,7 @@ function ExportMenu({
|
|
|
|
onClick={handleExport('png')}
|
|
|
|
onClick={handleExport('png')}
|
|
|
|
data-cy="quick-export-button"
|
|
|
|
data-cy="quick-export-button"
|
|
|
|
style={{ minWidth: 92, borderBottomRightRadius: 0, borderTopRightRadius: 0 }}
|
|
|
|
style={{ minWidth: 92, borderBottomRightRadius: 0, borderTopRightRadius: 0 }}
|
|
|
|
|
|
|
|
title="Quick export"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
{loading ? 'Exporting…' : 'Export'}
|
|
|
|
{loading ? 'Exporting…' : 'Export'}
|
|
|
|
</Button>
|
|
|
|
</Button>
|
|
|
@ -84,6 +85,7 @@ function ExportMenu({
|
|
|
|
data-cy="export-button"
|
|
|
|
data-cy="export-button"
|
|
|
|
margin="0 0 0 -1px"
|
|
|
|
margin="0 0 0 -1px"
|
|
|
|
style={{ borderBottomLeftRadius: 0, borderTopLeftRadius: 0 }}
|
|
|
|
style={{ borderBottomLeftRadius: 0, borderTopLeftRadius: 0 }}
|
|
|
|
|
|
|
|
title="Export menu dropdown"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<ArrowDown color={COLORS.PURPLE} />
|
|
|
|
<ArrowDown color={COLORS.PURPLE} />
|
|
|
|
</Button>
|
|
|
|
</Button>
|
|
|
|