matrixion/resources/qml/delegates/NoticeMessage.qml
Nicolas Werner d35cc3dda4 Use palette for qml code for theming
Can't do it for QtWidgets code. We need to fully transition, before we
can fully switch over probably.
2020-03-29 22:11:33 +02:00

4 lines
61 B
QML

TextMessage {
font.italic: true
color: colors.buttonText
}