opaque/styles/CwtchTextAreaStyle.qml

9 lines
161 B
QML

import QtQuick.Controls.Styles 1.4
import QtQuick 2.7
import "../theme"
TextAreaStyle {
textColor: "black"
backgroundColor: Theme.backgroundPaneColor
}