Skip to content

Commit 9454ff4

Browse files
committed
Update AppCard UI.
1 parent 6aef40a commit 9454ff4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stubs/resources/js/Components/Misc/AppCard.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class="rounded bg-skin-neutral-2 p-12 shadow">
33
<div>
4-
<h3 class="text-2xl font-semibold tracking-tight">
4+
<h3 class="mb-5 text-2xl font-semibold tracking-tight">
55
<slot name="title"> </slot>
66
</h3>
77

@@ -10,7 +10,7 @@
1010

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

13-
<div v-if="$slots.footer" class="mt-6">
13+
<div v-if="$slots.footer" class="mt-4">
1414
<slot name="footer"></slot>
1515
</div>
1616
</div>

0 commit comments

Comments
 (0)