made the pill again but better

This commit is contained in:
2026-06-14 16:21:49 +01:00
parent a8a69c116f
commit 23407ea36b
5 changed files with 71 additions and 37 deletions

View File

@@ -1,14 +1,7 @@
import QtQuick
import "../Color.js" as Colors
Text {
StyledText {
anchors.horizontalCenter: parent.horizontalCenter
anchors.verticalCenter: parent.verticalCenter
color: Colors.base
font {
family: "FiraMono Nerd Font"
pointSize: 12
weight: 600
}
}