fix(input-sources): text size
This commit is contained in:
parent
87250b5e50
commit
37a60b7759
8 changed files with 50 additions and 49 deletions
|
|
@ -387,11 +387,7 @@ impl cosmic::Application for Window {
|
|||
}
|
||||
}
|
||||
|
||||
fn date_button(
|
||||
day: u32,
|
||||
is_month: bool,
|
||||
is_day: bool,
|
||||
) -> Button<'static, Message, cosmic::Theme, cosmic::Renderer> {
|
||||
fn date_button(day: u32, is_month: bool, is_day: bool) -> Button<'static, Message> {
|
||||
let style = if is_day {
|
||||
cosmic::widget::button::Style::Suggested
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue