fix(StatusFlatRoundButton): use correct hover color

This commit is contained in:
Pascal Precht 2021-05-26 13:58:36 +02:00 committed by Michał Cieślak
parent 19fc81d42f
commit 106936a930
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ Rectangle {
property color hoverColor: {
switch(statusFlatRoundButton.type) {
case StatusFlatRoundButton.Type.Primary:
return Theme.palette.primaryColor2;
return Theme.palette.primaryColor3;
case StatusFlatRoundButton.Type.Secondary:
return Theme.palette.baseColor2;
}