This commit is contained in:
2026-02-07 21:30:26 -05:00
parent f918d65888
commit a63acb18fc
4 changed files with 4 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ Rectangle {
} else if (hovered) {
return RustColors.hovered;
} else {
return RustColors.gutter;
return "black";
}
}
required property bool hovered