From 3ed4a0744dbde9eaeabc39a228288980c415f4d3 Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Mon, 27 May 2019 22:23:30 +0300 Subject: [PATCH] Fix Sosso ribbon class --- src/components/TextAnchor/TextAnchor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"], ]);