diff --git a/src/components/TextAnchor/TextAnchor.tsx b/src/components/TextAnchor/TextAnchor.tsx index 7edebac..5402562 100644 --- a/src/components/TextAnchor/TextAnchor.tsx +++ b/src/components/TextAnchor/TextAnchor.tsx @@ -12,7 +12,7 @@ export enum TextSize { const sizes = new Map([ [TextSize.Small, "sm"], [TextSize.Large, "lg"], - [TextSize.SmallRibbon, "no-weight sosso"], + [TextSize.SmallRibbon, "no-weight small"], [TextSize.Ribbon, "no-weight"], ]);