mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-10-31 01:50:47 +03:00
bb6ff8cec8
fixes #507
7 lines
164 B
QML
7 lines
164 B
QML
// SPDX-FileCopyrightText: 2021 Nheko Contributors
|
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
TextMessage {
|
|
font.italic: true
|
|
color: colors.buttonText
|
|
}
|