styled elements

This commit is contained in:
Benjamin Palko 2025-07-17 22:05:48 -04:00
parent 76be8535e6
commit faa8a9df59
3 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,8 @@
import QtQuick
import "root:config"
Rectangle {
color: Theme.palette.base100
radius: 5
}

View file

@ -0,0 +1,6 @@
import QtQuick
import "root:config"
Text {
color: Theme.palette.basecontent
}