Compare commits

...
Author SHA1 Message Date
B.Melnik 8465d215ec fix: hover effect for StatusFlatRoundButton 2021-05-25 13:42:32 +03:00
@@ -65,7 +65,7 @@ Rectangle {
case StatusFlatRoundButton.Type.Primary:
return Theme.palette.primaryColor2;
case StatusFlatRoundButton.Type.Secondary:
return "transparent";
return Theme.palette.baseColor2;
}
}