Revert "chore: remove `StyledTextEdit`"
This reverts commit 58619505389b70fa91210e1b45d7d58fbef6ed45.
This commit is contained in:
parent
0b302c08a3
commit
cc0de31399
|
@ -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
|
||||||
|
}
|
Loading…
Reference in New Issue