We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4954266 commit 2a43929Copy full SHA for 2a43929
app/components/Settings/Toggle.server.vue
@@ -6,13 +6,13 @@ defineProps<{
6
</script>
7
8
<template>
9
- <div class="w-full flex items-center justify-between gap-4">
+ <div class="w-full flex items-center justify-between gap-4 py-1 -my-1">
10
<span v-if="label" class="text-sm text-fg font-medium text-start">
11
{{ label }}
12
</span>
13
<SkeletonBlock class="h-6 w-11 shrink-0 rounded-full" />
14
</div>
15
- <p v-if="description" class="text-sm text-fg-muted">
+ <p v-if="description" class="text-sm text-fg-muted mt-2">
16
{{ description }}
17
</p>
18
</template>
0 commit comments