1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-25 14:02:53 -05:00

update bluetooth not available visuals

This commit is contained in:
bbedward
2025-09-19 20:55:06 -04:00
parent 3376dc893d
commit 0055ddbc8d
3 changed files with 11 additions and 7 deletions

View File

@@ -46,7 +46,7 @@ Rectangle {
DankIcon {
name: root.iconName
size: Theme.iconSize
color: root.isActive ? Theme.primary : Theme.surfaceText
color: Theme.primary
anchors.verticalCenter: parent.verticalCenter
}