fix(planner): increase card front recipe name font size to 15px

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-10 11:24:20 +02:00
parent 358edb9a12
commit 8709e85d80

View File

@@ -103,7 +103,7 @@
style="background: {gradientBackground}; background-size: cover; background-position: center;"
>
<div class="card-front-scrim">
<p style="font-family: var(--font-display); font-size: 13px; margin: 0; color: #fff;">
<p style="font-family: var(--font-display); font-size: 15px; margin: 0; color: #fff;">
{slot.recipe.name}
</p>
</div>