diff --git a/packages/core/helper-plugin/lib/src/components/DynamicTable/TableHead/index.js b/packages/core/helper-plugin/lib/src/components/DynamicTable/TableHead/index.js index 5c847ad254..0ba1b67542 100644 --- a/packages/core/helper-plugin/lib/src/components/DynamicTable/TableHead/index.js +++ b/packages/core/helper-plugin/lib/src/components/DynamicTable/TableHead/index.js @@ -3,7 +3,7 @@ import { BaseCheckbox } from '@strapi/design-system/BaseCheckbox'; import { IconButton } from '@strapi/design-system/IconButton'; import { Tooltip } from '@strapi/design-system/Tooltip'; import { VisuallyHidden } from '@strapi/design-system/VisuallyHidden'; -import { TableLabel } from '@strapi/design-system/Text'; +import { Typography } from '@strapi/design-system/Typography'; import { Th, Thead, Tr } from '@strapi/design-system/Table'; import PropTypes from 'prop-types'; import { useIntl } from 'react-intl'; @@ -78,14 +78,15 @@ const TableHead = ({ } > - handleClickSort(!isSorted)} + variant="sigma" > {intlLabel} - + ); diff --git a/packages/core/helper-plugin/lib/src/components/DynamicTable/index.js b/packages/core/helper-plugin/lib/src/components/DynamicTable/index.js index 2eda6a078c..ad6f19d8ca 100644 --- a/packages/core/helper-plugin/lib/src/components/DynamicTable/index.js +++ b/packages/core/helper-plugin/lib/src/components/DynamicTable/index.js @@ -3,7 +3,7 @@ import PropTypes from 'prop-types'; import { Box } from '@strapi/design-system/Box'; import { Flex } from '@strapi/design-system/Flex'; import { Button } from '@strapi/design-system/Button'; -import { Subtitle } from '@strapi/design-system/Text'; +import { Typography } from '@strapi/design-system/Typography'; import { Table as TableCompo } from '@strapi/design-system/Table'; import { useIntl } from 'react-intl'; import Trash from '@strapi/icons/Trash'; @@ -129,7 +129,7 @@ const Table = ({ - + {formatMessage( { id: 'content-manager.components.TableDelete.label', @@ -137,7 +137,7 @@ const Table = ({ }, { number: entriesToDelete.length } )} - +