fix(context-drawer): close button should use link button style
This commit is contained in:
parent
c091988af4
commit
e556148942
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ impl<'a, Message: Clone + 'static> ContextDrawer<'a, Message> {
|
||||||
button::text("Close")
|
button::text("Close")
|
||||||
.trailing_icon(icon::from_name("go-next-symbolic"))
|
.trailing_icon(icon::from_name("go-next-symbolic"))
|
||||||
.on_press(on_close)
|
.on_press(on_close)
|
||||||
|
.style(crate::theme::Button::Link)
|
||||||
.apply(container)
|
.apply(container)
|
||||||
.width(Length::FillPortion(1))
|
.width(Length::FillPortion(1))
|
||||||
.height(Length::Fill)
|
.height(Length::Fill)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue