diff --git a/packages/ui/src/Text/index.tsx b/packages/ui/src/Text/index.tsx index 36fb7f1d8..0ac534c5e 100644 --- a/packages/ui/src/Text/index.tsx +++ b/packages/ui/src/Text/index.tsx @@ -2,6 +2,7 @@ import cn from 'clsx'; import { body, + bodyTechnical, detail, h1, h2, @@ -10,7 +11,7 @@ import { large, small, detailTechnical, - strong, + bodyStrong, technical, xxl, p, @@ -134,13 +135,14 @@ const VARIANT_MAP: Record