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

12
Components/StyledText.qml Normal file
View File

@@ -0,0 +1,12 @@
import QtQuick
import "../Color.js" as Colors
Text {
color: Colors.base
font {
family: "FiraMono Nerd Font"
pointSize: 12
weight: 600
}
}