mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-07 20:25:36 +00:00
7 lines
102 B
QML
7 lines
102 B
QML
import QtQuick 2.13
|
|
import "../imports"
|
|
|
|
TextEdit {
|
|
font.family: Style.current.fontRegular.name
|
|
}
|