diff --git a/src/widget/context_drawer/widget.rs b/src/widget/context_drawer/widget.rs index eb72b550..18a5b88e 100644 --- a/src/widget/context_drawer/widget.rs +++ b/src/widget/context_drawer/widget.rs @@ -57,6 +57,7 @@ impl<'a, Message: Clone + 'static> ContextDrawer<'a, Message> { button::text("Close") .trailing_icon(icon::from_name("go-next-symbolic")) .on_press(on_close) + .style(crate::theme::Button::Link) .apply(container) .width(Length::FillPortion(1)) .height(Length::Fill)