<.sheet_header>
<.sheet_title id="sheet-bottom-title">Move Goal</.sheet_title>
<.sheet_description id="sheet-bottom-description">
Set your daily activity goal.
</.sheet_description>
</.sheet_header>
<div class="p-4 pb-0">
<div class="flex items-center justify-center">
<div class="flex-1 text-center">
<div class="text-7xl font-bold tracking-tighter">350</div>
<div class="text-[0.70rem] uppercase text-muted-foreground">Calories/day</div>
</div>
</div>
</div>
<.sheet_footer>
<.button phx-click={Phoenix.LiveView.JS.dispatch("phx-shadcn:hide")}>Submit</.button>
</.sheet_footer>
|