example: update cosmic-time and add extra row to each card

This commit is contained in:
Ashley Wulber 2023-07-18 10:53:45 -04:00 committed by Ian Douglas Scott
parent 5745ed3ffe
commit 785861a630
3 changed files with 3 additions and 3 deletions

View file

@ -466,7 +466,7 @@ impl State {
&timeline,
self.cards
.iter()
.map(|c| text(c).size(24).width(Length::Fill).into())
.map(|c| column![text("test"), text(c).size(24).width(Length::Fill)].into())
.collect(),
Message::ClearAll,
|_, e| Message::CardsToggled(e),