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

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