fix: hover effect for StatusFlatRoundButton
This commit is contained in:
parent
d9529883a5
commit
8465d215ec
|
@ -65,7 +65,7 @@ Rectangle {
|
|||
case StatusFlatRoundButton.Type.Primary:
|
||||
return Theme.palette.primaryColor2;
|
||||
case StatusFlatRoundButton.Type.Secondary:
|
||||
return "transparent";
|
||||
return Theme.palette.baseColor2;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue