Revert "chore: remove `StyledTextEdit`"

This reverts commit 58619505389b70fa91210e1b45d7d58fbef6ed45.
This commit is contained in:
Pascal Precht 2021-10-14 15:25:39 +02:00 committed by Iuri Matias
parent 0b302c08a3
commit cc0de31399
1 changed files with 10 additions and 0 deletions

View File

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