blob: 2af41bb2576f40eef5ac97ef3ac9b3ded6990e2a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
// SPDX-FileCopyrightText: 2021 Nheko Contributors
//
// SPDX-License-Identifier: GPL-3.0-or-later
import im.nheko 1.0
TextMessage {
font.italic: true
color: Nheko.colors.buttonText
}
|