mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-01 09:17:29 +00:00
7 lines
94 B
QML
7 lines
94 B
QML
import QtQuick 2.13
|
|
import "../imports"
|
|
|
|
TextEdit {
|
|
font.family: Theme.fontRegular.name
|
|
}
|