Re-enable hover styles

This commit is contained in:
Marshall Bowers 2023-10-10 11:48:25 -04:00
parent 40d58c9bc3
commit 8f7f38536d
8 changed files with 28 additions and 28 deletions

View file

@ -43,8 +43,8 @@ impl<S: 'static + Send + Sync + Clone> Breadcrumb<S> {
.text_sm()
.text_color(theme.middle.base.default.foreground)
.rounded_md()
// .hover()
// .fill(theme.highest.base.hovered.background)
.hover()
.fill(theme.highest.base.hovered.background)
.child(self.path.clone().to_str().unwrap().to_string())
.child(if !self.symbols.is_empty() {
self.render_separator(&theme)