File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
<script setup>
11
11
useMeta ({
12
12
bodyAttrs: {
13
- class: ' antialiased font-sans text-gray-700 bg-gray-50 dark:bg-gray-900 dark:text-gray-200 bg-white dark:bg-black'
13
+ class: ' antialiased font-sans text-gray-700 dark:text-gray-200 bg-white dark:bg-black'
14
14
}
15
15
})
16
16
</script >
Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" border-t u-border-gray-200 pt-8 pb-16" >
2
+ <div class =" border-t u-border-gray-200 pt-8 pb-16 bg-gray-50 dark:bg-gray-900 flex-1 " >
3
3
<header v-if =" $slots.header" >
4
4
<UContainer padded >
5
5
<slot name =" header" />
Original file line number Diff line number Diff line change 1
1
<template >
2
- <div >
2
+ <div class = " flex flex-col flex-1 " >
3
3
<NuxtPage :team =" team" />
4
4
</div >
5
5
</template >
You can’t perform that action at this time.
0 commit comments