chore: update fixes

This commit is contained in:
Ashley Wulber 2024-02-05 19:24:19 -05:00 committed by Ashley Wulber
parent 0ab6f724fb
commit f00fd8bc1a
6 changed files with 37 additions and 18 deletions

View file

@ -330,7 +330,7 @@ fn date_button(
day: u32,
is_month: bool,
is_day: bool,
) -> Button<'static, Message, cosmic::Renderer> {
) -> Button<'static, Message, cosmic::Theme, cosmic::Renderer> {
let style = if is_day {
cosmic::widget::button::Style::Suggested
} else {