Skip to content

Commit

Permalink
background dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Saodus committed Oct 23, 2024
1 parent d9cad77 commit 219b4cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/views/dashboard.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</h2>
</x-slot>

<div class="py-12">
<div class="py-12 background-app">
<div class="max-w-7xl mx-auto sm:px-6 lg:px-8">
<div class="bg-white dark:bg-gray-800 overflow-hidden shadow-sm sm:rounded-lg">
<div class="p-6 text-gray-900 dark:text-gray-100">
Expand Down
2 changes: 1 addition & 1 deletion resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@vite(['resources/css/app.css', 'resources/js/app.js'])
</head>
<body class="font-sans antialiased">
<div class="min-h-screen bg-gray-100 dark:bg-gray-900">
<div class="min-h-screen background-app">
@include('layouts.navigation')

<!-- Page Heading -->
Expand Down

0 comments on commit 219b4cc

Please sign in to comment.