From 85fb0187ee1c0ddff36815d216bc45b7d9acd737 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Thu, 28 Aug 2025 22:37:15 +0200 Subject: [PATCH] ui/typography: add missing label xxs --- .../ui/src/components/Typography/Typography.css | 11 +++++++++++ 1 file changed, 11 insertions(+) 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; */ + } } }