fix statelayer colors for various components, add logic for color background feedback on tray items when icon doesn't have color layer
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 10s
Python / lint-format (pull_request) Successful in 16s
Python / test (pull_request) Successful in 27s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m5s

This commit is contained in:
2026-06-08 18:35:34 +02:00
parent ea911996a8
commit 8ec7faaafd
5 changed files with 10 additions and 2 deletions
+2
View File
@@ -20,6 +20,8 @@ CustomRect {
radius: Appearance.rounding.full
StateLayer {
color: root.visibilities.resources ? DynamicColors.palette.m3onPrimary : DynamicColors.palette.m3onSurface
onClicked: root.visibilities.resources = !root.visibilities.resources
}