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

12 lines
276 B
QML
Raw Normal View History

2019-12-19 07:46:16 -04:00
// SPDX-License-Identifier: LGPL-3.0-or-later
import QtQuick 2.12
2019-12-18 04:53:08 -04:00
import "../../../Base"
2019-03-21 23:28:14 -04:00
HNoticePage {
text: model.date.toLocaleDateString()
color: theme.chat.daybreak.text
backgroundColor: theme.chat.daybreak.background
radius: theme.chat.daybreak.radius
2019-03-21 23:28:14 -04:00
}