moment/src/gui/Pages/Chat/Timeline/Daybreak.qml
2019-12-18 04:53:08 -04:00

10 lines
229 B
QML

import QtQuick 2.12
import "../../../Base"
HNoticePage {
text: model.date.toLocaleDateString()
color: theme.chat.daybreak.text
backgroundColor: theme.chat.daybreak.background
radius: theme.chat.daybreak.radius
}