chore: remove `StyledTArea`

This commit is contained in:
Pascal Precht 2021-10-14 14:48:23 +02:00 committed by Iuri Matias
parent e57454d631
commit 5356ca3f93
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
import QtQuick 2.13
import QtQuick.Controls 2.13
import utils 1.0
TextArea {
font.family: Style.current.fontRegular.name
color: Style.current.textColor
selectionColor: Style.current.primarySelectionColor
}