Skip to content

Commit

Permalink
chore: update libcosmic
Browse files Browse the repository at this point in the history
  • Loading branch information
edfloreshz committed Oct 5, 2024
1 parent c5193cc commit 6dde88e
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 19 deletions.
50 changes: 32 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ pub fn button<'a>(
style: theme::Button,
width: Length,
) -> Element<'a, Message> {
widget::button(
widget::button::custom(
widget::container(widget::text(label).size(20.0))
.center_x()
.center_y()
Expand Down

0 comments on commit 6dde88e

Please sign in to comment.