revert back bubble colors

This commit is contained in:
darksignal7
2025-10-06 17:04:58 +03:00
parent 27c36530cb
commit 70a5343d60
@@ -107,7 +107,7 @@ Item {
StyledText {
anchors.centerIn: parent
text: DateTime.date.substring(5, 7)
color: Appearance.colors.colOnPrimaryContainer
color: Appearance.colors.colPrimary
opacity: root.style === "bubble" ? 1.0 : 0
font {
family: Appearance.font.family.expressive
@@ -141,7 +141,7 @@ Item {
StyledText {
anchors.centerIn: parent
text: DateTime.date.substring(8, 10)
color: Appearance.colors.colOnPrimaryContainer
color: Appearance.colors.colTertiary
opacity: root.style === "bubble" ? 1.0 : 0
font {
family: Appearance.font.family.expressive