move styled text
This commit is contained in:
parent
35a24587b4
commit
39179f260a
2 changed files with 1 additions and 1 deletions
10
components/StyledText.qml
Normal file
10
components/StyledText.qml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import qs.config
|
||||
import QtQuick
|
||||
|
||||
Text {
|
||||
font.family: Theme.fontFamily
|
||||
color: Theme.palette.basecontent
|
||||
ColorAnimation on color {
|
||||
duration: 100
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue