mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-02 19:48:27 -04:00
feat(notifications): introduce notification foreground layers settings override
port 1.5
(cherry picked from commit 3c688cfbd3)
This commit is contained in:
@@ -49,7 +49,7 @@ Rectangle {
|
||||
color: {
|
||||
if (isSelected && keyboardNavigationActive)
|
||||
return Theme.primaryPressed;
|
||||
return Theme.floatingSurfaceHigh;
|
||||
return Theme.notificationFloatingSurfaceHigh;
|
||||
}
|
||||
border.color: {
|
||||
if (isSelected && keyboardNavigationActive)
|
||||
|
||||
Reference in New Issue
Block a user