ui: reduce font size for the month name (24, same as week numbers)

This commit is contained in:
Fabrizio Iannetti 2024-05-15 05:29:40 +02:00
parent 4116dec2a0
commit e68e9ab434
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ impl Controls {
Text::new(description)
.width(Length::Fill)
.horizontal_alignment(alignment::Horizontal::Left)
.size(40),
.size(24),
)
.push(
Text::new(year.to_string())