styled elements
This commit is contained in:
parent
76be8535e6
commit
faa8a9df59
3 changed files with 14 additions and 0 deletions
8
shell/styled/StyledLabel.qml
Normal file
8
shell/styled/StyledLabel.qml
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
import QtQuick
|
||||||
|
import "root:config"
|
||||||
|
|
||||||
|
Rectangle {
|
||||||
|
color: Theme.palette.base100
|
||||||
|
|
||||||
|
radius: 5
|
||||||
|
}
|
||||||
6
shell/styled/StyledText.qml
Normal file
6
shell/styled/StyledText.qml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
import QtQuick
|
||||||
|
import "root:config"
|
||||||
|
|
||||||
|
Text {
|
||||||
|
color: Theme.palette.basecontent
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue