diff --git a/package.json b/package.json index 1aa355a5..84f09d07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@civicactions/cmsds-open-data-components", - "version": "3.7.1", + "version": "3.7.2", "description": "Components for the open data catalog frontend using CMS Design System", "main": "dist/main.js", "source": "src/index.ts", diff --git a/src/components/DatasetSearchListItem/dataset-search-list-item.scss b/src/components/DatasetSearchListItem/dataset-search-list-item.scss index f37088b3..3740c984 100644 --- a/src/components/DatasetSearchListItem/dataset-search-list-item.scss +++ b/src/components/DatasetSearchListItem/dataset-search-list-item.scss @@ -15,7 +15,7 @@ svg { margin-right: 8px; } - button, span > a { + span > a { font-weight: normal !important; } a:visited svg { diff --git a/src/components/LargeFileDialog/index.tsx b/src/components/LargeFileDialog/index.tsx index df697ece..ccdbc69d 100644 --- a/src/components/LargeFileDialog/index.tsx +++ b/src/components/LargeFileDialog/index.tsx @@ -12,7 +12,7 @@ const LargeFileDialog = (props: LargeFileDialogProps) => { const { downloadUrl } = props; return ( <> -