fix: hover effect for StatusFlatRoundButton

Closes: #58
This commit is contained in:
B.Melnik 2021-05-25 13:42:32 +03:00 committed by Michał Cieślak
parent fcb6847cc9
commit 6dc77f2ec3
1 changed files with 1 additions and 1 deletions

View File

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