status-desktop/ui/shared/StyledTArea.qml

11 lines
220 B
QML

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
}