moment/harmonyqml/components/Chat/RoomEventList/Daybreak.qml
miruka 7004b4ea3f Reorganize Chat component files
- MessageList renamed to RoomEventList
- MessageDelegate renamed to RoomEventDelegate
- Banner and RoomEventList get their own folders
2019-04-28 14:34:29 -04:00

12 lines
297 B
QML

import QtQuick 2.7
import "../../Base" as Base
Base.HNoticeLabel {
text: dateTime.toLocaleDateString()
color: Base.HStyle.chat.daybreak.foreground
backgroundColor: Base.HStyle.chat.daybreak.background
radius: Base.HStyle.chat.daybreak.radius
width: roomEventDelegate.width
}