Skip to content

Commit

Permalink
address review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonelizabeth committed Aug 25, 2021
1 parent a15eaa3 commit 8709c0b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import React from 'react';
import { i18n } from '@kbn/i18n';
import { EuiBadge, EuiLink, EuiText, EuiTextColor, EuiToolTip } from '@elastic/eui';
import { EuiBadge, EuiLink, EuiText, EuiToolTip } from '@elastic/eui';
import { EnrichedDeprecationInfo } from '../../../../common/types';
import { DEPRECATION_TYPE_MAP } from '../constants';
import { DeprecationTableColumns } from '../types';
Expand Down Expand Up @@ -80,8 +80,8 @@ export const EsDeprecationsTableCells: React.FunctionComponent<Props> = ({

return (
<EuiToolTip position="top" content={i18nTexts.manualCellTooltipLabel}>
<EuiText size="s">
<EuiTextColor color="subdued">{i18nTexts.manualCellLabel}</EuiTextColor>
<EuiText size="s" color="subdued">
{i18nTexts.manualCellLabel}
</EuiText>
</EuiToolTip>
);
Expand Down

0 comments on commit 8709c0b

Please sign in to comment.