fix(ntabbutton): dont force full transparent

This commit is contained in:
Lemmy
2026-03-10 11:24:35 -04:00
parent 4a3ddc0238
commit ca25de27b4
+1 -1
View File
@@ -33,7 +33,7 @@ Rectangle {
topRightRadius: isLast ? Style.iRadiusM : Style.iRadiusXXXS
bottomRightRadius: isLast ? Style.iRadiusM : Style.iRadiusXXXS
color: root.isHovered ? Color.mHover : (root.checked ? Color.mPrimary : "transparent")
color: root.isHovered ? Color.mHover : (root.checked ? Color.mPrimary : Color.smartAlpha(Color.mSurface))
border.color: root.checked ? Color.mPrimary : Color.mOutline
border.width: Style.borderS