refactor
Some checks failed
/ test (push) Has been cancelled

This commit is contained in:
Chris Cochrun 2026-02-04 15:02:34 -06:00
parent 6c623eadcc
commit 2d2a0d3673

View file

@ -94,7 +94,7 @@ impl VerseEditor {
let lyric = text_editor(&self.content)
.on_action(Message::UpdateLyric)
.padding(space_m)
.class(cosmic::theme::iced::TextEditor::Custom(Box::new(
.class(theme::iced::TextEditor::Custom(Box::new(
move |t, s| {
let neutral = t.cosmic().palette.neutral_9;
let mut base_style = text_editor::Style {