mirror of
https://github.com/status-im/status-node.git
synced 2026-08-27 17:31:16 +00:00
8 lines
133 B
QML
8 lines
133 B
QML
import QtQuick 2.13
|
|
import "../imports"
|
|
|
|
Text {
|
|
font.family: Style.current.fontRegular.name
|
|
color: Style.current.textColor
|
|
}
|