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
+1 -4
View File
@@ -43,9 +43,6 @@ const styles = stylex.create({
whiteSpace: "nowrap",
fontWeight: 500,
},
numeric: {
fontVariantNumeric: "tabular-nums",
},
actions: {
display: "flex",
gap: "0.75rem",
@@ -128,7 +125,7 @@ export default function UpstreamsPage() {
{u.url}
</span>
</td>
<td {...stylex.props(shared.td, styles.numeric)}>{u.priority}</td>
<td {...stylex.props(shared.td, shared.tabularNums)}>{u.priority}</td>
<td {...stylex.props(shared.td)}>
<input
type="checkbox"