1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-02 03:28:28 -04:00

sysupdate: tweak styling of ignored banner

port 1.5

(cherry picked from commit a50bb2cab3)
This commit is contained in:
bbedward
2026-07-17 10:32:24 -04:00
committed by dms-ci[bot]
parent ad5a96d95b
commit fd20cce9b7
@@ -500,7 +500,7 @@ DankPopout {
width: parent.width
height: 32
radius: Theme.cornerRadius
color: ignoredToggleArea.containsMouse ? Theme.primaryHoverLight : Theme.withAlpha(Theme.surfaceContainer, 0.5)
color: ignoredToggleArea.containsMouse ? Theme.primaryHoverLight : Theme.surfaceLight
DankIcon {
id: ignoredToggleIcon
@@ -559,7 +559,7 @@ DankPopout {
width: ListView.view.width
height: 32
radius: Theme.cornerRadius
color: Theme.withAlpha(Theme.surfaceContainer, 0.5)
color: Theme.surfaceLight
required property string modelData