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