Make background darker so tables are more clearly readable. Try some things with the header bar
This commit is contained in:
@@ -17,7 +17,7 @@ withDefaults(defineProps<Props>(), {
|
||||
<template>
|
||||
<AppShell variant="sidebar">
|
||||
<AppSidebar />
|
||||
<AppContent variant="sidebar" class="overflow-x-hidden">
|
||||
<AppContent variant="sidebar" class="overflow-x-hidden bg-slate-200 dark:bg-neutral-900/40">
|
||||
<AppSidebarHeader :breadcrumbs="breadcrumbs" />
|
||||
<slot />
|
||||
</AppContent>
|
||||
|
||||
Reference in New Issue
Block a user