milestone 23 s3: convert features/dashboard/StatCards.tsx to stylex

This commit is contained in:
2026-08-12 22:23:16 +02:00
parent 0fdbe25f7a
commit 9e12683acf
4 changed files with 54 additions and 15 deletions
+4
View File
@@ -151,6 +151,10 @@ export const styles = stylex.create({
color: colors.dangerText,
},
/** Digits of equal width, so a column of counts does not jitter as it updates. */
tabularNums: {
fontVariantNumeric: "tabular-nums",
},
/** For a value the operator reads character by character: a domain, an IP, a URL. */
mono: {
fontFamily: "ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace",