summaryrefslogtreecommitdiffstats
path: root/style/src/theme.rs
diff options
context:
space:
mode:
Diffstat (limited to 'style/src/theme.rs')
-rw-r--r--style/src/theme.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/style/src/theme.rs b/style/src/theme.rs
index d7ebb827..dde0df5d 100644
--- a/style/src/theme.rs
+++ b/style/src/theme.rs
@@ -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),
}
}
}