Reduce grid item height

This commit is contained in:
Exidex 2024-07-03 21:18:21 +02:00
parent 146d6f63d1
commit 87d38415f4

View file

@ -1055,7 +1055,7 @@ impl ComponentWidgetWrapper {
};
let content: Element<_> = column(render_children(children, ComponentRenderContext::GridItem))
.height(150) // TODO dynamic height
.height(130) // TODO dynamic height
.into();
let title: Element<_> = text(title)