color feedback on open popouts

This commit is contained in:
2026-03-26 19:28:52 +01:00
parent 54eb48c0bf
commit 6ee804e849
5 changed files with 36 additions and 27 deletions
+2 -4
View File
@@ -11,7 +11,7 @@ CustomRect {
required property Wrapper popouts
required property PersistentProperties visibilities
color: DynamicColors.tPalette.m3surfaceContainer
color: visibilities.sidebar ? DynamicColors.palette.m3primary : DynamicColors.tPalette.m3surfaceContainer
implicitHeight: Config.barConfig.height + Appearance.padding.smallest * 2
implicitWidth: implicitHeight
radius: Appearance.rounding.full
@@ -19,10 +19,8 @@ CustomRect {
MaterialIcon {
id: notificationCenterIcon
property color iconColor: DynamicColors.palette.m3onSurface
anchors.centerIn: parent
color: iconColor
color: root.visibilities.sidebar ? DynamicColors.palette.m3onPrimary : DynamicColors.palette.m3onSurface
font.family: "Material Symbols Rounded"
font.pointSize: Appearance.font.size.larger
text: HasNotifications.hasNotifications ? "\uf4fe" : "\ue7f4"