milestone 23 s3: convert features/dashboard/StatCards.tsx to stylex
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user