Fix custom style of PickList

This commit is contained in:
Poly 2022-12-02 16:37:55 +01:00
parent 8b55e9b9e6
commit 74ebcca146

View file

@ -559,7 +559,7 @@ impl pick_list::StyleSheet for Theme {
icon_size: 0.7,
}
}
PickList::Custom(custom, _) => custom.active(self),
PickList::Custom(custom, _) => custom.hovered(self),
}
}
}