ui: reduce font size for the month name (24, same as week numbers)
This commit is contained in:
parent
4116dec2a0
commit
e68e9ab434
|
@ -61,7 +61,7 @@ impl Controls {
|
||||||
Text::new(description)
|
Text::new(description)
|
||||||
.width(Length::Fill)
|
.width(Length::Fill)
|
||||||
.horizontal_alignment(alignment::Horizontal::Left)
|
.horizontal_alignment(alignment::Horizontal::Left)
|
||||||
.size(40),
|
.size(24),
|
||||||
)
|
)
|
||||||
.push(
|
.push(
|
||||||
Text::new(year.to_string())
|
Text::new(year.to_string())
|
||||||
|
|
Loading…
Reference in New Issue