diff --git a/src/custom/CatalogCard/CatalogCard.tsx b/src/custom/CatalogCard/CatalogCard.tsx index 6f1da9ce..01804ff7 100644 --- a/src/custom/CatalogCard/CatalogCard.tsx +++ b/src/custom/CatalogCard/CatalogCard.tsx @@ -43,11 +43,11 @@ type CatalogCardProps = { export const VersionTag = styled('div')(({ theme }) => ({ position: 'absolute', - top: '40px', - right: '8px', - backgroundColor: theme.palette.primary.main, - color: theme.palette.primary.contrastText, - padding: '2px 6px', + bottom: '65px', + left: '18px', + backgroundColor: theme.palette.grey[500], + color: theme.palette.grey[900], + padding: '1px 10px', borderRadius: '4px', fontSize: '0.75rem', fontWeight: 'bold' @@ -89,7 +89,7 @@ const CatalogCard: React.FC = ({ - {version && v: {version}} + {version && v{version}} {patternType}