diff --git a/platform/ui/src/components/Typography/Typography.jsx b/platform/ui/src/components/Typography/Typography.jsx index de58b23bd..fe7b3ac60 100644 --- a/platform/ui/src/components/Typography/Typography.jsx +++ b/platform/ui/src/components/Typography/Typography.jsx @@ -44,8 +44,8 @@ const classes = { color: { initial: 'text-white', inherit: 'text-inherit', - primary: 'text-primary-main', - secondary: 'text-secondary-main', + primary: 'text-custom-blue', + secondary: 'text-custom-grayLight', error: 'text-red-600', }, align: {