chore: update fixes
This commit is contained in:
parent
0ab6f724fb
commit
f00fd8bc1a
6 changed files with 37 additions and 18 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue