2019-07-08 13:52:41 +10:00
|
|
|
// Copyright 2019 miruka
|
|
|
|
// This file is part of harmonyqml, licensed under LGPLv3.
|
|
|
|
|
2019-03-22 14:28:14 +11:00
|
|
|
import QtQuick 2.7
|
2019-04-29 05:18:36 +10: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-07 07:50:55 +10:00
|
|
|
color: theme.chat.daybreak.foreground
|
|
|
|
backgroundColor: theme.chat.daybreak.background
|
|
|
|
radius: theme.chat.daybreak.radius
|
2019-03-22 14:28:14 +11:00
|
|
|
}
|