Fix Sosso ribbon class
This commit is contained in:
@@ -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"],
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user