2019-12-19 22:46:16 +11:00
|
|
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
|
|
|
|
2019-07-13 19:39:01 +10:00
|
|
|
import QtQuick 2.12
|
2019-12-18 19:53:08 +11:00
|
|
|
import "../../../Base"
|
2019-03-22 14:28:14 +11:00
|
|
|
|
2019-05-03 04:20:21 +10:00
|
|
|
HNoticePage {
|
2019-07-03 03:59:52 +10:00
|
|
|
text: model.date.toLocaleDateString()
|
2019-07-24 16:14:34 +10:00
|
|
|
color: theme.chat.daybreak.text
|
2019-07-07 07:50:55 +10:00
|
|
|
backgroundColor: theme.chat.daybreak.background
|
|
|
|
radius: theme.chat.daybreak.radius
|
2019-03-22 14:28:14 +11:00
|
|
|
}
|