Skip to content

Commit

Permalink
💄 feat: RequestItem の右側に縦の gap を追加
Browse files Browse the repository at this point in the history
名前と金額の間に8pxのgapを追加、figmaのデザインに合わせた形
  • Loading branch information
reiroop committed Jun 29, 2024
1 parent 262ca91 commit b59aa7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/requests/RequestItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const totalAmount = computed(
<TagsGroup :tags="request.tags" />
</div>
</div>
<div>
<div class="flex flex-col gap-2">
<div class="flex items-center gap-4">
<div class="flex items-center gap-1">
<UserIcon class="h-5 p-0" :name="userMap[request.createdBy]" />
Expand Down

0 comments on commit b59aa7d

Please sign in to comment.