diff --git a/pkgs/clan-app/ui/src/components/Typography/Typography.css b/pkgs/clan-app/ui/src/components/Typography/Typography.css index 9564c8d3d..bab42f448 100644 --- a/pkgs/clan-app/ui/src/components/Typography/Typography.css +++ b/pkgs/clan-app/ui/src/components/Typography/Typography.css @@ -67,6 +67,12 @@ line-height: normal; letter-spacing: 0.008125rem; } + + &.size-xxs { + font-size: 0.75rem; + line-height: 1; + /* letter-spacing: 0.008125rem; */ + } } &.family-mono { @@ -89,6 +95,11 @@ line-height: normal; letter-spacing: normal; } + &.size-xxs { + font-size: 0.75rem; + line-height: 1; + /* letter-spacing: 0.008125rem; */ + } } }