forked from Shinonome/dots-hyprland
fix wrong notif and overlay crosshair titlebar color
This commit is contained in:
@@ -217,7 +217,7 @@ AbstractOverlayWidget {
|
||||
Layout.fillWidth: true
|
||||
implicitWidth: titleBarRow.implicitWidth + root.padding * 2
|
||||
implicitHeight: titleBarRow.implicitHeight + root.padding * 2
|
||||
color: root.fancyBorders ? "transparent" : Appearance.colors.colLayer1
|
||||
color: root.fancyBorders ? "transparent" : Appearance.colors.colLayer1Base
|
||||
// border.color: Appearance.colors.colOutlineVariant
|
||||
// border.width: 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user