Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
boomtnt2843 committed Jul 16, 2023
1 parent f465486 commit 53a2a76
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/lib/components/ItemMenu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@
class="relative flex-col justify-start items-start flex w-16 h-16"
/>
<div class="flex flex-col pl-4">
<h1 class="text-black text-base font-normal">{name}</h1>
<div class="text-black text-xs font-normal">
<h1 class="text-black text-base font-semibold">{name}</h1>
<div class="text-black text-xs font-normal flex">
<Icon icon="fluent:food-carrot-20-filled" />
Expired in {ingredient} days
</div>
<div class="text-neutral-600 text-xs font-normal">
<div class="text-neutral-600 text-xs font-normal flex">
<Icon icon="mdi:clock" />
Amount : {timeCook} unit
</div>
</div>
Expand Down

0 comments on commit 53a2a76

Please sign in to comment.