Skip to content

Commit 1bc7d5c

Browse files
committed
OpenConceptLab/ocl_issues#2270 | download menu open state
1 parent e1617dd commit 1bc7d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/map-projects/Controls.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const Controls = ({project, onDownload, onSave, onDelete, owner, file, isSaving,
6161
/>
6262
<IkonButton
6363
id='download-button'
64-
color='secondary'
64+
color={downloadOpen ? 'primary' : 'secondary'}
6565
onClick={event => setAnchorEl(event.currentTarget)}
6666
title={t('map_project.download_this_project_as_csv')}
6767
icon={<DownloadIcon />}

0 commit comments

Comments
 (0)