border color

This commit is contained in:
Zacharias-Brohn
2026-03-18 13:04:29 +01:00
parent bc67da35e4
commit 65703f3e71
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -11,12 +11,13 @@ Item {
id: root
required property Item bar
required property PersistentProperties visibilities
anchors.fill: parent
CustomRect {
anchors.fill: parent
color: !root.bar.isHovered && Config.barConfig.autoHide ? "transparent" : DynamicColors.palette.m3surface
color: DynamicColors.palette.m3surface
layer.enabled: true
layer.effect: MultiEffect {