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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user