Fix Sosso ribbon class

This commit is contained in:
Aarni Halinen
2019-05-27 22:23:30 +03:00
parent 9bb1e3db0e
commit 3ed4a0744d
+1 -1
View File
@@ -12,7 +12,7 @@ export enum TextSize {
const sizes = new Map<TextSize, string>([
[TextSize.Small, "sm"],
[TextSize.Large, "lg"],
[TextSize.SmallRibbon, "no-weight sosso"],
[TextSize.SmallRibbon, "no-weight small"],
[TextSize.Ribbon, "no-weight"],
]);