mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 03:18:49 +03:00
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
|
|
}
|