nheko/resources/qml/delegates/NoticeMessage.qml

11 lines
194 B
QML
Raw Normal View History

2021-03-05 00:35:15 +01:00
// SPDX-FileCopyrightText: 2021 Nheko Contributors
//
2021-03-05 00:35:15 +01:00
// SPDX-License-Identifier: GPL-3.0-or-later
2021-05-13 08:23:56 +02:00
import im.nheko 1.0
2020-02-09 01:24:24 +01:00
TextMessage {
2020-10-08 21:11:21 +02:00
font.italic: true
2021-05-13 08:23:56 +02:00
color: Nheko.colors.buttonText
2019-09-07 01:33:46 +02:00
}