move styled text

This commit is contained in:
Benjamin Palko 2025-09-04 13:27:43 -04:00
parent 35a24587b4
commit 39179f260a
2 changed files with 1 additions and 1 deletions

10
components/StyledText.qml Normal file
View file

@ -0,0 +1,10 @@
import qs.config
import QtQuick
Text {
font.family: Theme.fontFamily
color: Theme.palette.basecontent
ColorAnimation on color {
duration: 100
}
}