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
@@ -8,8 +8,6 @@ import QtQuick
Rectangle {
z: 1
color: root.colBackground
radius: Appearance.rounding.small
StyledText {
opacity: root.style === "rect" ? 1.0 : 0
Behavior on opacity {