Colors: 2 news colors, mHover+mOnHover - autocomputed. Using them for all hovers instead of mTertiary.

This commit is contained in:
ItsLemmy
2025-10-31 23:32:10 -04:00
parent 42c51cb8a4
commit 1a124cf655
29 changed files with 78 additions and 74 deletions
+2 -2
View File
@@ -608,7 +608,7 @@ Loader {
anchors.fill: parent
anchors.margins: 0
color: Color.transparent
border.color: Color.mTertiary
border.color: Color.mPrimary
border.width: Style.borderM
radius: Style.radiusL
visible: panelBackground.isDragged && dragHandler.active
@@ -620,7 +620,7 @@ Loader {
anchors.fill: parent
anchors.margins: 0
color: Color.transparent
border.color: Color.mTertiary
border.color: Color.mPrimary
border.width: Style.borderS
radius: Style.radiusL
opacity: 0.3