ProfileCard: more discrete System uptime

This commit is contained in:
LemmyCook 2025-09-09 08:49:08 -04:00
parent 24863c2527
commit f6b3f6d2ec

View file

@ -47,7 +47,8 @@ NBox {
} }
NText { NText {
text: `System uptime: ${uptimeText}` text: `System uptime: ${uptimeText}`
color: Color.mOnSurface font.pointSize: Style.fontSizeS * scaling
color: Color.mOnSurfaceVariant
} }
} }