use iced_widget::markdown::Catalog; use super::{Theme, container}; impl Catalog for Theme { fn code_block<'a>() -> ::Class<'a> { Box::new(container::surface_container_highest) } }