waffles: adjust colors

This commit is contained in:
end-4
2025-12-23 10:31:05 +01:00
parent ec7d6fd66b
commit 76ca889eec
3 changed files with 42 additions and 35 deletions
@@ -65,7 +65,7 @@ MouseArea {
implicitHeight: notificationContent.implicitHeight + padding * 2
implicitWidth: notificationContent.implicitWidth + padding * 2
border.width: 1
border.color: ColorUtils.applyAlpha(Looks.colors.ambientShadow, 0.1)
border.color: root.isPopup ? Looks.colors.bg2Border : Looks.colors.bgPanelSeparator
Behavior on x {
animation: Looks.transition.enter.createObject(this)