status-desktop/ui/shared/StyledTArea.qml

10 lines
222 B
QML

import QtQuick 2.13
import QtQuick.Controls 2.13
import "../imports"
TextArea {
font.family: Style.current.fontRegular.name
color: Style.current.textColor
selectionColor: Style.current.primarySelectionColor
}