fix: hover effect for StatusFlatRoundButton

Closes: #58
This commit is contained in:
B.Melnik 2021-05-25 13:42:32 +03:00 committed by Pascal Precht
parent a3fe02d0ce
commit ee4a7c8824
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D

View File

@ -65,7 +65,7 @@ Rectangle {
case StatusFlatRoundButton.Type.Primary: case StatusFlatRoundButton.Type.Primary:
return Theme.palette.primaryColor2; return Theme.palette.primaryColor2;
case StatusFlatRoundButton.Type.Secondary: case StatusFlatRoundButton.Type.Secondary:
return "transparent"; return Theme.palette.baseColor2;
} }
} }