Skip to content

Commit

Permalink
Update AppCard UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-cintra committed May 21, 2024
1 parent 6aef40a commit 9454ff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stubs/resources/js/Components/Misc/AppCard.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="rounded bg-skin-neutral-2 p-12 shadow">
<div>
<h3 class="text-2xl font-semibold tracking-tight">
<h3 class="mb-5 text-2xl font-semibold tracking-tight">
<slot name="title"> </slot>
</h3>

Expand All @@ -10,7 +10,7 @@

<slot name="content"></slot>

<div v-if="$slots.footer" class="mt-6">
<div v-if="$slots.footer" class="mt-4">
<slot name="footer"></slot>
</div>
</div>
Expand Down

0 comments on commit 9454ff4

Please sign in to comment.