Merge pull request #1570 from PolyMeilex/fix-picklist-custom-style

Fix custom style of PickList
This commit is contained in:
Héctor Ramón 2022-12-02 18:48:01 +01:00 committed by GitHub
commit da244ff804
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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),
}
}
}