diff --git a/src/time.rs b/src/time.rs index 4373d8b..ba24bdd 100644 --- a/src/time.rs +++ b/src/time.rs @@ -116,7 +116,7 @@ impl Time { preferences::HourCycle::H12 }; - top_bag.preferences = Some(preferences::Bag::from_hour_cycle(hour_cycle)); + bottom_bag.preferences = Some(preferences::Bag::from_hour_cycle(hour_cycle)); Element::from( column()