moment/src/qml/Chat/Timeline/Daybreak.qml

10 lines
226 B
QML
Raw Normal View History

import QtQuick 2.12
import "../../Base"
2019-03-22 14:28:14 +11:00
HNoticePage {
text: model.date.toLocaleDateString()
color: theme.chat.daybreak.text
backgroundColor: theme.chat.daybreak.background
radius: theme.chat.daybreak.radius
2019-03-22 14:28:14 +11:00
}