mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 05:52:41 +00:00
8b941c179f
Closes #844
11 lines
179 B
QML
11 lines
179 B
QML
import QtQuick 2.13
|
|
import "../imports"
|
|
import "../shared"
|
|
|
|
StyledText {
|
|
id: glossaryLetterA
|
|
font.pixelSize: 17
|
|
font.weight: Font.Bold
|
|
color: Style.current.blue
|
|
}
|