ui/typography: add missing label xxs

This commit is contained in:
Johannes Kirschbauer
2025-08-28 22:37:15 +02:00
parent db9812a08b
commit 85fb0187ee

View File

@@ -67,6 +67,12 @@
line-height: normal; line-height: normal;
letter-spacing: 0.008125rem; letter-spacing: 0.008125rem;
} }
&.size-xxs {
font-size: 0.75rem;
line-height: 1;
/* letter-spacing: 0.008125rem; */
}
} }
&.family-mono { &.family-mono {
@@ -89,6 +95,11 @@
line-height: normal; line-height: normal;
letter-spacing: normal; letter-spacing: normal;
} }
&.size-xxs {
font-size: 0.75rem;
line-height: 1;
/* letter-spacing: 0.008125rem; */
}
} }
} }