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:
@@ -103,7 +103,7 @@
|
|||||||
style="background: {gradientBackground}; background-size: cover; background-position: center;"
|
style="background: {gradientBackground}; background-size: cover; background-position: center;"
|
||||||
>
|
>
|
||||||
<div class="card-front-scrim">
|
<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}
|
{slot.recipe.name}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user