summary refs log tree commit diff
path: root/resources/qml/delegates/NoticeMessage.qml
blob: fa4bbb35f89a06ee4d01b3058f55ad5f3a9b83d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// SPDX-FileCopyrightText: 2021 Nheko Contributors
// SPDX-FileCopyrightText: 2022 Nheko Contributors
//
// SPDX-License-Identifier: GPL-3.0-or-later

import im.nheko 1.0

TextMessage {
    font.italic: true
    color: Nheko.colors.buttonText
}