diff --git a/CHANGELOG.md b/CHANGELOG.md index 29dfc834fe..a1040f3e80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ The types of changes are: - Fixed a bug where D&D tables were rendering stale data [#5372](https://github.com/ethyca/fides/pull/5372) - Fixed issue where multiple login redirects could end up losing login return path [#5389](https://github.com/ethyca/fides/pull/5389) - Fixed issue where Dataset with nested fields was unable to edit Categories [#5383](https://github.com/ethyca/fides/pull/5383) +- Fixed a visual bug where the "download" icon was off-center in some buttons [#5409](https://github.com/ethyca/fides/pull/5409) ### Developer Experience - Fix warning messages from slowapi and docker [#5385](https://github.com/ethyca/fides/pull/5385) diff --git a/clients/admin-ui/src/features/datamap/reporting/DatamapReportTable.tsx b/clients/admin-ui/src/features/datamap/reporting/DatamapReportTable.tsx index 2fb38f41de..e35bfeb0b3 100644 --- a/clients/admin-ui/src/features/datamap/reporting/DatamapReportTable.tsx +++ b/clients/admin-ui/src/features/datamap/reporting/DatamapReportTable.tsx @@ -476,7 +476,7 @@ export const DatamapReportTable = () => { data-testid="export-btn" size="small" onClick={onExportReportOpen} - icon={} + icon={} /> { aria-label="Export report" data-testid="export-btn" size="small" - icon={} + icon={} onClick={handleExport} />