change 'rotating' dateStyle radius, fix bubble dateStyle

This commit is contained in:
darksignal7
2025-10-07 21:46:40 +03:00
parent f74a4f056e
commit 68ea59328e
4 changed files with 15 additions and 16 deletions
@@ -11,7 +11,7 @@ Item {
MaterialCookie {
z: 5
sides: 4
sides: bubbleIndex === 0 ? 4 : 1
anchors.centerIn: parent
color: bubbleIndex === 0.0 ? Appearance.colors.colPrimaryContainer : Appearance.colors.colTertiaryContainer
implicitSize: root.style === "bubble" ? root.dateSquareSize : 0