mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 13:56:10 +00:00
e6408724c9
- bundle those 2 documents as Markdown - some UI fixes according to latest Figma Fixes #12192
10 lines
182 B
QML
10 lines
182 B
QML
import QtQuick 2.13
|
|
|
|
import utils 1.0
|
|
|
|
Text {
|
|
font.family: Style.current.baseFont.name
|
|
font.pixelSize: Style.current.primaryTextFontSize
|
|
color: Style.current.textColor
|
|
}
|