mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-07 14:08:29 -04:00
sysupdate: tweak styling of ignored banner
port 1.5
This commit is contained in:
@@ -500,7 +500,7 @@ DankPopout {
|
|||||||
width: parent.width
|
width: parent.width
|
||||||
height: 32
|
height: 32
|
||||||
radius: Theme.cornerRadius
|
radius: Theme.cornerRadius
|
||||||
color: ignoredToggleArea.containsMouse ? Theme.primaryHoverLight : Theme.withAlpha(Theme.surfaceContainer, 0.5)
|
color: ignoredToggleArea.containsMouse ? Theme.primaryHoverLight : Theme.surfaceLight
|
||||||
|
|
||||||
DankIcon {
|
DankIcon {
|
||||||
id: ignoredToggleIcon
|
id: ignoredToggleIcon
|
||||||
@@ -559,7 +559,7 @@ DankPopout {
|
|||||||
width: ListView.view.width
|
width: ListView.view.width
|
||||||
height: 32
|
height: 32
|
||||||
radius: Theme.cornerRadius
|
radius: Theme.cornerRadius
|
||||||
color: Theme.withAlpha(Theme.surfaceContainer, 0.5)
|
color: Theme.surfaceLight
|
||||||
|
|
||||||
required property string modelData
|
required property string modelData
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user