mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-12 15:24:39 +00:00
3f77a16317
fixes #14750
14 lines
282 B
QML
14 lines
282 B
QML
import QtQuick 2.15
|
|
|
|
import StatusQ.Core 0.1
|
|
import StatusQ.Core.Theme 0.1
|
|
|
|
StatusBaseText {
|
|
lineHeight: 38
|
|
lineHeightMode: Text.FixedHeight
|
|
font.pixelSize: 28
|
|
font.letterSpacing: -0.4
|
|
verticalAlignment: Text.AlignVCenter
|
|
color: Theme.palette.directColor1
|
|
}
|