Update comet revision 🎉

This commit is contained in:
Héctor Ramón Jiménez 2025-12-04 21:26:35 +01:00
parent 4cef837e45
commit 834a4943cb
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
2 changed files with 5 additions and 3 deletions

View file

@ -344,7 +344,7 @@ where
.background(Color::BLACK.scale_alpha(0.8))
});
Some(themer(theme(), Element::from(setup).map(Event::Message)))
Some(themer(theme(), opaque(setup).map(Event::Message)))
} else {
None
};