mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-05 13:08:29 -04:00
theme: large consolidation of colors into Theme.qml, add
surfaceContainerLow/Lowest
This commit is contained in:
@@ -33,7 +33,7 @@ Rectangle {
|
||||
width: cellWidth - 1
|
||||
height: cellHeight - 1
|
||||
radius: Theme.cornerRadius
|
||||
color: currentIndex === index ? Theme.primaryPressed : mouseArea.containsMouse ? Theme.primaryPressed : "transparent"
|
||||
color: currentIndex === index ? Theme.primaryPressed : mouseArea.containsMouse ? Theme.primaryPressed : Theme.withAlpha(Theme.primaryPressed, 0)
|
||||
|
||||
Column {
|
||||
anchors.centerIn: parent
|
||||
|
||||
Reference in New Issue
Block a user