Fix theme on native light mode, implement volume slider
Some checks failed
Build / build-linux (push) Failing after 18s
Build / build-windows (push) Has been cancelled

This commit is contained in:
Dark Steveneq
2025-10-14 10:06:06 +02:00
parent 5ffbede5a0
commit def26f8fda
8 changed files with 46 additions and 41 deletions

View File

@@ -5,6 +5,7 @@ import QtQuick.Controls.Basic 6.8
Label {
property string heading: "base"
color: Colors.text
font.family: Colors.fontFamily
font.pixelSize: Colors.fontSize[heading]
}