Add Hover Effect to Buttons

This commit is contained in:
Yuri Becker
2025-03-24 12:06:09 +01:00
parent 30493dbdbf
commit 7f5675c06d
3 changed files with 10 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ T.Button {
border.color: Colors.interactive
border.width: isFieldButton ? 1 : 0
bottomLeftRadius: topLeftRadius
color: Colors.primary
color: !control.hovered ? Colors.primary : Colors.primaryLighter
radius: Dimensions.radius
topLeftRadius: isFieldButton ? 0 : radius
}