2024-10-15 19:26:12 +00:00
|
|
|
import QtQuick 2.15
|
2021-09-28 15:04:06 +00:00
|
|
|
|
2024-10-15 19:26:12 +00:00
|
|
|
import StatusQ.Core.Theme 0.1
|
2020-06-19 18:06:58 +00:00
|
|
|
|
|
|
|
Text {
|
2024-10-15 19:26:12 +00:00
|
|
|
font.family: Theme.baseFont.name
|
|
|
|
font.pixelSize: Theme.primaryTextFontSize
|
|
|
|
color: Theme.palette.textColor
|
2020-06-19 18:06:58 +00:00
|
|
|
}
|