moment/src/qml/Chat/RoomEventList/Daybreak.qml

10 lines
232 B
QML
Raw Normal View History

2019-03-22 14:28:14 +11:00
import QtQuick 2.7
import "../../Base"
2019-03-22 14:28:14 +11:00
HNoticePage {
2019-04-29 01:01:38 +10:00
text: dateTime.toLocaleDateString()
color: HStyle.chat.daybreak.foreground
backgroundColor: HStyle.chat.daybreak.background
radius: HStyle.chat.daybreak.radius
2019-03-22 14:28:14 +11:00
}