opaque/styles/CwtchTextAreaStyle.qml

9 lines
161 B
QML
Raw Normal View History

2020-05-19 19:49:52 +00:00
import QtQuick.Controls.Styles 1.4
import QtQuick 2.7
2020-05-19 23:29:19 +00:00
import "../theme"
2020-05-19 19:49:52 +00:00
TextAreaStyle {
textColor: "black"
2020-05-19 23:28:44 +00:00
backgroundColor: Theme.backgroundPaneColor
2020-05-19 19:49:52 +00:00
}