1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

small tweaks

This commit is contained in:
bbedward
2025-08-19 19:12:07 -04:00
parent 54f53f3b86
commit 72677dfad7
2 changed files with 1 additions and 124 deletions

View File

@@ -167,7 +167,7 @@ DankModal {
width: parent.width - Theme.spacingS * 2
height: 44
radius: Theme.cornerRadius
color: isActive ? Theme.primaryContainer : tabMouseArea.containsMouse ? Theme.surfaceHover : "transparent"
color: isActive ? Theme.surfaceContainerHigh : tabMouseArea.containsMouse ? Theme.surfaceHover : "transparent"
Row {
anchors.left: parent.left