updating styles to use theme colours

This commit is contained in:
erinn 2020-05-19 16:28:44 -07:00
parent 86c195f2e6
commit 3803ce418f
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
import QtQuick.Controls.Styles 1.4
import QtQuick 2.7
import "theme"
TextAreaStyle {
textColor: "black"
backgroundColor: windowItem.cwtch_background_color
backgroundColor: Theme.backgroundPaneColor
}